Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/include/recovery_utils/
Dlogging.h50 void rotate_logs(const char* last_log_file, const char* last_kmsg_file);
/bootable/recovery/recovery_utils/
Dlogging.cpp136 void rotate_logs(const char* last_log_file, const char* last_kmsg_file) { in rotate_logs() function
224 rotate_logs(LAST_LOG_FILE, LAST_KMSG_FILE); in copy_logs()
/bootable/recovery/
Drecovery-persist.cpp107 rotate_logs(LAST_LOG_FILE, LAST_KMSG_FILE); in logsave()