Home
last modified time | relevance | path

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

/system/core/libcutils/include_vndk/cutils/
Dandroid_reboot.h33 #define LAST_REBOOT_REASON_FILE "/data/misc/reboot/last_reboot_reason" macro
/system/core/libcutils/include/cutils/
Dandroid_reboot.h33 #define LAST_REBOOT_REASON_FILE "/data/misc/reboot/last_reboot_reason" macro
/system/core/init/
Dreboot.cpp313 android::base::WriteStringToFile(StringPrintf("%s\n", reason.c_str()), LAST_REBOOT_REASON_FILE, in DoReboot()