Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Dpaths.h72 std::string temporary_log_file() const { in temporary_log_file() function
/bootable/recovery/recovery_utils/
Dlogging.cpp214 copy_log_file_to_pmsg(Paths::Get().temporary_log_file(), LAST_LOG_FILE); in copy_logs()
227 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()
/bootable/recovery/
Drecovery.cpp243 if (access(Paths::Get().temporary_log_file().c_str(), R_OK) == -1) { in choose_recovery_file()
246 entries.push_back(Paths::Get().temporary_log_file()); in choose_recovery_file()
Drecovery_main.cpp337 redirect_stdio(Paths::Get().temporary_log_file().c_str()); in main()