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

  /external/toolchain-utils/binary_search_tool/android/
test_setup.sh 28 echo " 4. Run '${ADB_DEVICE}fastboot flashall -w'"
52 echo " ${ADB_DEVICE}fastboot flashall -w"
53 fastboot flashall -w
76 echo " ${ADB_DEVICE}fastboot flashall -w"
77 fastboot flashall -w
  /device/google/wahoo/lisa/
update-script.sh 68 fastboot flashall
  /frameworks/av/packages/MediaComponents/
runcts.sh 157 fastboot flashall
  /development/python-packages/fastboot/
device.py 126 def flashall(self, wipe_user=True, slot=None, skip_secondary=False, quiet=True): member in class:FastbootDevice
127 """Calls `fastboot [-w] flashall`.
136 command = [self.path, 'flashall']
  /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())
  /system/core/bootstat/
boot_reason_test.sh 496 - fastboot flashall
532 fastboot flashall >&2
    [all...]
  /system/core/fastboot/
fastboot.cpp 336 " flashall Flash boot, system, vendor, and --\n"
422 " performing a flashall or update. This\n"
1285 auto flashall = [&](const std::string &partition) { local
    [all...]

Completed in 130 milliseconds