Home
last modified time | relevance | path

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

/external/avb/boot_control/
Dboot_control_avb.c96 bool is_bootable; in module_isSlotBootable() local
104 is_bootable = (ab_data.slots[slot].priority > 0) && in module_isSlotBootable()
108 return is_bootable ? 1 : 0; in module_isSlotBootable()