Lines Matching refs:dir
33 $dir = $conf['lockdir'] . 'refcount.index';
37 $this->assertDirectoryExists($dir);
41 $this->assertDirectoryExists($dir);
45 $this->assertDirectoryDoesNotExist($dir);
58 $dir = $conf['lockdir'] . 'foreign.index';
61 mkdir($dir);
63 touch($dir);
72 $dir = $conf['lockdir'] . 'stale.index';
75 mkdir($dir);
76 touch($dir, time() - 400);
80 $this->assertDirectoryExists($dir);