OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_slot_marked_successful
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/bootloader/
bootctl.py
53
def
is_slot_marked_successful
(self, slot):
member in class:Bootctl
haltest.py
51
self.assertFalse(self.bootctl.
is_slot_marked_successful
(slot))
53
self.assertTrue(self.bootctl.
is_slot_marked_successful
(slot))
58
self.assertTrue(self.bootctl.
is_slot_marked_successful
(slot))
/hardware/qcom/bootctrl/
boot_control.cpp
625
int
is_slot_marked_successful
(struct boot_control_module *module, unsigned slot)
function
666
.isSlotMarkedSuccessful =
is_slot_marked_successful
,
Completed in 50 milliseconds