HomeSort by relevance Sort by last modified time
    Searched full:bootreason (Results 1 - 5 of 5) sorted by null

  /device/asus/fugu/
init.fugu.rc 140 setprop init.post_fs_data.bootreason ${ro.boot.bootreason}
168 on property:init.post_fs_data.bootreason=*
  /system/core/bootstat/
bootstat.cpp 100 // A mapping from boot reason string, as read from the ro.boot.bootreason
218 // Records the boot_reason metric by querying the ro.boot.bootreason system
221 int32_t boot_reason = BootReasonStrToEnum(GetProperty("ro.boot.bootreason"));
  /frameworks/base/core/java/com/android/server/
BootReceiver.java 164 final String bootReason = SystemProperties.get("ro.boot.bootreason", null);
172 if (bootReason != null) {
176 .append("Last boot reason: ").append(bootReason).append("\n")
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 81 static const char BOOTREASON_PROP_NAME[] = "ro.boot.bootreason";
943 char bootreason[PROPERTY_VALUE_MAX]; local
    [all...]
  /bootable/recovery/
recovery.cpp 1420 char bootreason[PROPERTY_VALUE_MAX]; local
    [all...]

Completed in 802 milliseconds