Searched refs:temporary_log_file (Results 1 – 4 of 4) sorted by relevance
72 std::string temporary_log_file() const { in temporary_log_file() function
214 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()
243 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()
337 redirect_stdio(Paths::Get().temporary_log_file().c_str()); in main()