Home
last modified time | relevance | path

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

/hardware/qcom/bootctrl/
Dboot_control.cpp143 uint8_t *attr_bak = NULL; in update_slot_attribute() local
213 attr_bak = pentry_bak + AB_FLAG_OFFSET; in update_slot_attribute()
216 *attr_bak = (*attr_bak) | in update_slot_attribute()
220 *attr_bak = (*attr_bak) | AB_PARTITION_ATTR_UNBOOTABLE; in update_slot_attribute()
223 *attr_bak = (*attr) | AB_PARTITION_ATTR_SLOT_ACTIVE; in update_slot_attribute()