Home
last modified time | relevance | path

Searched refs:LAST_REBOOT_REASON_FILE (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/libcutils/include/cutils/
H A Dandroid_reboot.h34 #define LAST_REBOOT_REASON_FILE "/metadata/bootstat/" LAST_REBOOT_REASON_PROPERTY macro
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dandroid_reboot.h34 #define LAST_REBOOT_REASON_FILE "/metadata/bootstat/" LAST_REBOOT_REASON_PROPERTY macro
/aosp12/system/core/init/
H A Dreboot.cpp103 LAST_REBOOT_REASON_FILE, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_BINARY, 0666))); in PersistRebootReason()
105 PLOG(ERROR) << "Could not open '" << LAST_REBOOT_REASON_FILE in PersistRebootReason()
/aosp12/system/core/bootstat/
H A Dbootstat.cpp876 const char last_reboot_reason_file[] = LAST_REBOOT_REASON_FILE;