Home
last modified time | relevance | path

Searched refs:locksFile (Results 1 – 2 of 2) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php27 private $locksFile; variable in Sabre\\DAV\\Locks\\Backend\\File
32 * @param string $locksFile path to file
34 function __construct($locksFile) { argument
36 $this->locksFile = $locksFile;
143 if (!file_exists($this->locksFile)) return [];
146 $handle = fopen($this->locksFile, 'r');
172 $handle = fopen($this->locksFile, 'a+');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php27 private $locksFile; variable in Sabre\\DAV\\Locks\\Backend\\File
32 * @param string $locksFile path to file
34 function __construct($locksFile) { argument
36 $this->locksFile = $locksFile;
143 if (!file_exists($this->locksFile)) return [];
146 $handle = fopen($this->locksFile, 'r');
172 $handle = fopen($this->locksFile, 'a+');