Searched refs:locksFile (Results 1 – 2 of 2) sorted by relevance
27 private $locksFile; variable in Sabre\\DAV\\Locks\\Backend\\File32 * @param string $locksFile path to file34 function __construct($locksFile) { argument36 $this->locksFile = $locksFile;143 if (!file_exists($this->locksFile)) return [];146 $handle = fopen($this->locksFile, 'r');172 $handle = fopen($this->locksFile, 'a+');