Lines Matching refs:def
16 def __init__(self, device):
20 def _exec(self, cmd):
23 def get_number_slots(self):
28 def get_current_slot(self):
33 def mark_boot_successful(self):
38 def set_active_boot_slot(self, slot):
43 def set_slot_as_unbootable_slot(self, slot):
48 def is_slot_bootable(self, slot):
53 def is_slot_marked_successful(self, slot):
58 def get_suffix(self, slot):