Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/gpt-utils/
Dgpt-utils.h109 NORMAL_BOOT = 0, enumerator
Dgpt-utils.cpp679 } else if (chain == NORMAL_BOOT) { in gpt_utils_set_xbl_boot_partition()
868 r = gpt_utils_set_xbl_boot_partition(NORMAL_BOOT); in prepare_partitions()
899 r = gpt2_set_boot_chain(fd, NORMAL_BOOT); in prepare_partitions()
/hardware/qcom/bootctrl/
Dboot_control.cpp573 rc = gpt_utils_set_xbl_boot_partition(NORMAL_BOOT); in set_active_boot_slot()