Searched refs:fastboot_run (Results 1 - 3 of 3) sorted by relevance

/external/autotest/server/site_tests/brillo_BootLoader/
H A Dbrillo_BootLoader.py127 self.dut.fastboot_run('oem set_active 0')
128 self.dut.fastboot_run('continue')
132 self.dut.fastboot_run('oem set_active 1')
133 self.dut.fastboot_run('continue')
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/
H A Dbrillo_RecoverFromBadImage.py163 host.fastboot_run('flash', args=(partition, image_file))
/external/autotest/server/hosts/
H A Dadb_host.py266 def fastboot_run(self, command, **kwargs): member in class:ADBHost
548 result = self.fastboot_run('devices')
974 self.fastboot_run('reboot')
1142 self.fastboot_run('-w')
1153 self.fastboot_run('flash %s %s' % (image[:-4], image_file))
1155 self.fastboot_run('reboot-bootloader')

Completed in 315 milliseconds