Lines Matching full:recovery
17 #define LOG_TAG "recovery-refresh"
22 // into recovery to continue with any mitigations with retained
27 // recovery-refresh [--force-rotate|--rotate]
29 // All file content representing in the recovery/ directory stored in
33 // before recovery-persist is run will still contain the associated
36 // --force-rotate recovery/last_kmsg and recovery.last_log files are
38 // --rotate rotated only if rocovery/last_msg or recovery/last_log
50 static const char LAST_KMSG_FILE[] = "recovery/last_kmsg";
51 static const char LAST_LOG_FILE[] = "recovery/last_log";
104 static const char filter[] = "recovery/";