Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery-persist.cpp49 constexpr const char* LAST_KMSG_FILE = "/data/misc/recovery/last_kmsg"; variable
107 rotate_logs(LAST_LOG_FILE, LAST_KMSG_FILE); in logsave()
175 copy_file(LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()
177 copy_file(ALT_LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()
Drecovery.cpp66 static constexpr const char* LAST_KMSG_FILE = "/cache/recovery/last_kmsg"; variable
239 add_to_entries(LAST_KMSG_FILE); in choose_recovery_file()
/bootable/recovery/recovery_utils/
Dlogging.cpp45 constexpr const char* LAST_KMSG_FILE = "/cache/recovery/last_kmsg"; variable
223 ensure_path_mounted(LAST_KMSG_FILE); in copy_logs()
224 rotate_logs(LAST_LOG_FILE, LAST_KMSG_FILE); in copy_logs()
230 save_kernel_log(LAST_KMSG_FILE); in copy_logs()
233 chmod(LAST_KMSG_FILE, 0600); in copy_logs()
234 chown(LAST_KMSG_FILE, AID_SYSTEM, AID_SYSTEM); in copy_logs()