Lines Matching refs:logfile
218 $logfile = $this->getChangelogFilename();
219 if (!file_exists($logfile)) return $revs;
236 if (filesize($logfile) < $this->chunk_size || $this->chunk_size == 0) {
238 $lines = file($logfile);
244 $fp = fopen($logfile, 'rb'); // "file pointer"
728 $logfile = $this->getChangelogFilename();
729 io_lock($logfile);
737 io_unlock($logfile);
803 $logfile = $this->getChangelogFilename();
804 io_lock($logfile);
822 io_unlock($logfile);