OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpt_utils_set_xbl_boot_partition
(Results
1 - 3
of
3
) sorted by null
/device/google/marlin/recovery/oem-recovery/
gpt-utils.h
180
int
gpt_utils_set_xbl_boot_partition
(enum boot_chain chain);
gpt-utils.cpp
666
int
gpt_utils_set_xbl_boot_partition
(enum boot_chain chain)
function
831
r =
gpt_utils_set_xbl_boot_partition
(BACKUP_BOOT);
875
r =
gpt_utils_set_xbl_boot_partition
(NORMAL_BOOT);
[
all
...]
/hardware/qcom/bootctrl/
boot_control.cpp
569
rc =
gpt_utils_set_xbl_boot_partition
(NORMAL_BOOT);
573
rc =
gpt_utils_set_xbl_boot_partition
(BACKUP_BOOT);
Completed in 36 milliseconds