Searched refs:LAST_KMSG_FILE (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | recovery-persist.cpp | 51 constexpr const char* LAST_KMSG_FILE = "/data/misc/recovery/last_kmsg"; variable 113 rotate_logs(LAST_LOG_FILE, LAST_KMSG_FILE); in logsave() 165 if (!compare_file(LAST_KMSG_FILE, LAST_CONSOLE_FILE) && in rotate_last_kmsg() 166 !compare_file(LAST_KMSG_FILE, ALT_LAST_CONSOLE_FILE)) { in rotate_last_kmsg() 167 rotate_logs(LAST_LOG_FILE, LAST_KMSG_FILE); in rotate_last_kmsg() 235 copy_file(LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main() 237 copy_file(ALT_LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()
|
D | recovery.cpp | 62 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/ |
D | logging.cpp | 45 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()
|