Home
last modified time | relevance | path

Searched refs:storageFile (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php41 $storageDir = dirname($storageFile);
52 @touch($storageFile . '.lock');
57 @unlink($storageFile . '.lock');
71 if ($this->isLocked($storageFile)) {
73 $this->removeLock($storageFile);
94 $this->waitForLock($storageFile);
96 if (file_exists($storageFile) && is_readable($storageFile)) {
113 $this->waitForLock($storageFile);
123 $this->createLock($storageFile);
125 $this->removeLock($storageFile);
[all …]