Searched refs:ALT_LAST_CONSOLE_FILE (Results 1 – 1 of 1) sorted by relevance
53 constexpr const char* ALT_LAST_CONSOLE_FILE = "/sys/fs/pstore/console-ramoops"; variable162 if (!file_exists(LAST_CONSOLE_FILE) && !file_exists(ALT_LAST_CONSOLE_FILE)) { in rotate_last_kmsg()166 !compare_file(LAST_KMSG_FILE, ALT_LAST_CONSOLE_FILE)) { in rotate_last_kmsg()236 } else if (file_exists(ALT_LAST_CONSOLE_FILE)) { in main()237 copy_file(ALT_LAST_CONSOLE_FILE, LAST_KMSG_FILE); in main()