HomeSort by relevance Sort by last modified time
    Searched full:flashall (Results 1 - 9 of 9) 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
  /development/ide/emacs/
android-host.el 37 ;; C-x a f android-fastboot-flashall
39 ;; android-fastboot-flashall is still work in progress, check the
60 (define-key map (kbd "f") 'android-fastboot-flashall))
100 (defun android-fastboot-flashall (arg)
101 "Execute 'fastboot -p <product> flashall'.
114 (concat (android-fastboot) " flashall -w"))
117 (concat (android-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']
  /packages/providers/CalendarProvider/tests/
EMMA_README 16 # - fastboot flashall
  /docs/source.android.com/zh-cn/source/
running.html 378 $ fastboot flashall -w
  /system/core/fastboot/
fastboot.cpp 334 " flashall Flash boot, system, vendor, and --\n"
420 " performing a flashall or update. This\n"
1280 auto flashall = [&](const std::string &partition) { local
    [all...]
  /docs/source.android.com/en/devices/tech/debug/
asan.html 221 fastboot flash userdata && fastboot flashall
  /docs/source.android.com/en/source/
running.html 454 fastboot flashall -w
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp     [all...]

Completed in 1125 milliseconds