Home
last modified time | relevance | path

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

/device/google/gs-common/bootctrl/1.2/
DBootControl.cpp63 #define AB_ATTR_UNBOOTABLE (1UL << 59) macro
432 e->attr |= AB_ATTR_UNBOOTABLE; in setSlotAsUnbootable()
452 unbootable = isSlotFlagSet(slot, AB_ATTR_UNBOOTABLE); in isSlotBootable()
/device/google/gs-common/bootctrl/aidl/
DBootControl.cpp60 #define AB_ATTR_UNBOOTABLE (1UL << 59) macro
371 unbootable = isSlotFlagSet(in_slot, AB_ATTR_UNBOOTABLE); in isSlotBootable()
545 e->attr |= AB_ATTR_UNBOOTABLE; in setSlotAsUnbootable()