OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_slot_bootable
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/bootloader/
haltest.py
98
self.assertTrue(self.bootctl.
is_slot_bootable
(new_slot))
100
self.assertFalse(self.bootctl.
is_slot_bootable
(new_slot))
106
self.assertFalse(self.bootctl.
is_slot_bootable
(new_slot))
108
self.assertTrue(self.bootctl.
is_slot_bootable
(new_slot))
bootctl.py
48
def
is_slot_bootable
(self, slot):
member in class:Bootctl
/hardware/qcom/bootctrl/
boot_control.cpp
606
int
is_slot_bootable
(struct boot_control_module *module, unsigned slot)
function
664
.isSlotBootable =
is_slot_bootable
,
Completed in 155 milliseconds