HomeSort by relevance Sort by last modified time
    Searched refs:NORMAL_BOOT (Results 1 - 6 of 6) sorted by null

  /device/google/marlin/recovery/gpt-utils/
gpt-utils.h 105 NORMAL_BOOT = 0,
gpt-utils.cpp 679 } else if (chain == NORMAL_BOOT) {
869 r = gpt_utils_set_xbl_boot_partition(NORMAL_BOOT);
    [all...]
  /hardware/qcom/msm8998/gpt-utils/
gpt-utils.h 109 NORMAL_BOOT = 0,
gpt-utils.cpp 679 } else if (chain == NORMAL_BOOT) {
869 r = gpt_utils_set_xbl_boot_partition(NORMAL_BOOT);
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 120 private static final String NORMAL_BOOT = "normal";
    [all...]
  /hardware/qcom/bootctrl/
boot_control.cpp 574 rc = gpt_utils_set_xbl_boot_partition(NORMAL_BOOT);

Completed in 213 milliseconds