Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/include/recovery_utils/
Dlogging.h55 void copy_log_file_to_pmsg(const std::string& source, const std::string& destination);
/bootable/recovery/recovery_utils/
Dlogging.cpp168 void copy_log_file_to_pmsg(const std::string& source, const std::string& destination) { in copy_log_file_to_pmsg() function
214 copy_log_file_to_pmsg(Paths::Get().temporary_log_file(), LAST_LOG_FILE); in copy_logs()
215 copy_log_file_to_pmsg(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE); in copy_logs()