Searched refs:lock_filename (Results 1 – 1 of 1) sorted by relevance
100 * @param string $lock_filename105 public function __construct($cache_type, $dbm_filename, $lock_filename) { argument118 if (!file_exists($lock_filename)) {119 if (!touch($lock_filename)) {120 throw new Exception('failed to create lock file: '.$lock_filename);125 if (!is_writeable($lock_filename)) {126 throw new Exception('lock file: '.$lock_filename.' is not writable');128 $this->lock = fopen($lock_filename, 'w');