Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.dbm.php100 * @param string $lock_filename
105 public function __construct($cache_type, $dbm_filename, $lock_filename) { argument
118 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');