Home
last modified time | relevance | path

Searched refs:AB_PARTITION_ATTR_UNBOOTABLE (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/msm8998/gpt-utils/
Dgpt-utils.h74 #define AB_PARTITION_ATTR_UNBOOTABLE (0x1<<7) macro
/hardware/qcom/bootctrl/
Dboot_control.cpp119 retval = !!(*attr & AB_PARTITION_ATTR_UNBOOTABLE); in get_partition_attribute()
219 *attr = (*attr) | AB_PARTITION_ATTR_UNBOOTABLE; in update_slot_attribute()
220 *attr_bak = (*attr_bak) | AB_PARTITION_ATTR_UNBOOTABLE; in update_slot_attribute()