Searched refs:logfile (Results 1 – 4 of 4) sorted by relevance
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);[all …]
83 $logfile = $this->getChangelogFilename();84 return file_exists($logfile);
92 $logfile = Logger::getInstance($this->facility)->getLogfile($this->date);93 if (!file_exists($logfile)) {99 $lines = $this->getLogLines($logfile);
239 * @param string $logfile where to write to242 protected function writeLogLines($lines, $logfile) argument262 return io_saveFile($logfile, implode("\n", $lines) . "\n", true);