Home
last modified time | relevance | path

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

/aosp12/system/core/libcutils/include/cutils/
H A Dandroid_reboot.h33 #define LAST_REBOOT_REASON_PROPERTY "persist.sys.boot.reason" macro
34 #define LAST_REBOOT_REASON_FILE "/metadata/bootstat/" LAST_REBOOT_REASON_PROPERTY
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dandroid_reboot.h33 #define LAST_REBOOT_REASON_PROPERTY "persist.sys.boot.reason" macro
34 #define LAST_REBOOT_REASON_FILE "/metadata/bootstat/" LAST_REBOOT_REASON_PROPERTY
/aosp12/system/core/bootstat/
H A Dbootstat.cpp875 const char last_reboot_reason_property[] = LAST_REBOOT_REASON_PROPERTY;
879 const char history_reboot_reason_property[] = LAST_REBOOT_REASON_PROPERTY ".history";
/aosp12/system/core/init/
H A Dreboot.cpp100 SetProperty(LAST_REBOOT_REASON_PROPERTY, reason); in PersistRebootReason()