Searched refs:copy_log_file (Results 1 – 1 of 1) sorted by relevance
181 static void copy_log_file(const std::string& source, const std::string& destination, bool append) { in copy_log_file() function227 copy_log_file(Paths::Get().temporary_log_file(), LOG_FILE, true); in copy_logs()228 copy_log_file(Paths::Get().temporary_log_file(), LAST_LOG_FILE, false); in copy_logs()229 copy_log_file(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE, false); in copy_logs()