HomeSort by relevance Sort by last modified time
    Searched refs:Flashall (Results 1 - 4 of 4) sorted by null

  /test/framework/harnesses/host_controller/build/
build_flasher_test.py 63 flasher.Flashall("path/to/dir")
64 mock_device.fastboot.flashall.assert_called_with()
build_flasher.py 108 def Flashall(self, directory):
109 """Flash all images in a directory to the device using flashall.
115 # fastboot flashall looks for imgs in $ANDROID_PRODUCT_OUT
120 self.device.log.info(self.device.fastboot.flashall())
  /test/framework/harnesses/host_controller/command_processor/
command_flash.py 169 ret_flash = flasher.Flashall(args.build_dir)
  /test/framework/harnesses/host_controller/
console_test.py 224 flasher.Flashall.assert_called_with('path/to/dir/')

Completed in 574 milliseconds