Home
last modified time | relevance | path

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

/system/webservd/webservd/
Dlog_manager.cc150 base::FilePath archive_file_path = log_directory_.Append( in ArchiveLogFile() local
153 if (!base::PathExists(archive_file_path)) { in ArchiveLogFile()
155 if (base::Move(file_path, archive_file_path)) { in ArchiveLogFile()
161 << archive_file_path.value(); in ArchiveLogFile()