Searched refs:slot (Results 1 – 1 of 1) sorted by relevance
/development/python-packages/fastboot/ |
D | device.py | 126 def flashall(self, wipe_user=True, slot=None, skip_secondary=False, quiet=True): argument 137 if slot: 138 command.extend(['--slot', slot]) 145 def flash(self, partition='cache', img=None, slot=None, quiet=True): argument 158 if slot: 159 command.extend(['--slot', slot]) 175 def set_active(self, slot): argument 180 command = [self.path, 'set_active', slot]
|