Searched refs:LAST_CONSOLE_FILE (Results 1 – 1 of 1) sorted by relevance
52 constexpr const char* LAST_CONSOLE_FILE = "/sys/fs/pstore/console-ramoops-0"; variable162 if (!file_exists(LAST_CONSOLE_FILE) && !file_exists(ALT_LAST_CONSOLE_FILE)) { in rotate_last_kmsg()165 if (!compare_file(LAST_KMSG_FILE, LAST_CONSOLE_FILE) && in rotate_last_kmsg()234 if (file_exists(LAST_CONSOLE_FILE)) { in main()235 copy_file(LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()