Home
last modified time | relevance | path

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

/bootable/recovery/otautil/
Dlogging.cpp181 static void copy_log_file(const std::string& source, const std::string& destination, bool append, in copy_log_file() function
228 copy_log_file(Paths::Get().temporary_log_file(), LOG_FILE, true, sehandle); in copy_logs()
229 copy_log_file(Paths::Get().temporary_log_file(), LAST_LOG_FILE, false, sehandle); in copy_logs()
230 copy_log_file(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE, false, sehandle); in copy_logs()