Home
last modified time | relevance | path

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

/hardware/qcom/bootctrl/
Dboot_control.cpp64 ~AB_PARTITION_ATTR_SLOT_ACTIVE); \
115 retval = !!(*attr & AB_PARTITION_ATTR_SLOT_ACTIVE); in get_partition_attribute()
222 *attr = (*attr) | AB_PARTITION_ATTR_SLOT_ACTIVE; in update_slot_attribute()
223 *attr_bak = (*attr) | AB_PARTITION_ATTR_SLOT_ACTIVE; in update_slot_attribute()
/hardware/qcom/msm8998/gpt-utils/
Dgpt-utils.h72 #define AB_PARTITION_ATTR_SLOT_ACTIVE (0x1<<2) macro