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

  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils_test.py 20 from devil.android.sdk import fastboot
58 fastbooter = mock.Mock(spec=fastboot.Fastboot)
77 self.fastboot = fastboot_utils.FastbootUtils(
80 self.fastboot._board = _BOARD
101 self.fastboot.WaitForFastbootMode()
108 self.call.fastboot._device.EnableRoot(),
109 self.call.fastboot._device.adb.Reboot(to_bootloader=True),
110 self.call.fastboot.WaitForFastbootMode()):
111 self.fastboot.EnableFastbootMode(
    [all...]
fastboot_utils.py 5 """Provides a variety of device interactions based on fastboot."""
16 from devil.android.sdk import fastboot
53 fastboot = fastboot_utils.FastbootUtils(device)
54 fastboot.FlashDevice('/path/to/build/directory')
58 fastbooter: Optional fastboot object. If none is passed, one will
71 self.fastboot = fastbooter
73 self.fastboot = fastboot.Fastboot(self._serial)
77 """Wait for device to boot into fastboot mode
    [all...]
  /device/linaro/hikey/installer/
flash-all.sh 64 fastboot flash ptable "${INSTALLER_DIR}"/"${PTABLE}"
65 fastboot flash fastboot "${FIRMWARE_DIR}"/fip.bin
66 fastboot flash nvme "${INSTALLER_DIR}"/nvme.img
67 fastboot flash boot "${OUT_IMGDIR}"/boot.img
68 fastboot flash system "${OUT_IMGDIR}"/system.img
69 fastboot flash cache "${OUT_IMGDIR}"/cache.img
70 fastboot flash userdata "${OUT_IMGDIR}"/userdata.img
  /device/common/
generate-factory-images-common.sh 108 fastboot oem unlock
114 fastboot erase boot
115 fastboot erase cache
116 fastboot erase recovery
117 fastboot erase system
118 fastboot erase userdata
124 fastboot flash xloader xloader-$DEVICE-$XLOADER.img
128 fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img
133 fastboot flash bootloader2 bootloader-$DEVICE-$BOOTLOADER.img
137 fastboot reboot-bootloade
    [all...]
  /development/tools/labpretest/sholes/
custom_flash.sh 33 secure=`$fastboot -s $device getvar secure 2>&1 | sed -n 's/secure: \([a-z]*\)\n*/\1/ p'`
  /device/intel/edison/flash_tools/
brillo-flashall-edison.sh 37 fastboot flash gpt "${VENDOR}"/gpt.bin \
  /development/build/tools/
patch_windows_sdk.sh 87 # Just to make it easier on the build servers, we want fastboot and adb
89 for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do
windows_sdk.mk 40 fastboot \
  /external/chromium-trace/catapult/devil/devil/android/tools/
flash_device.py 47 fastboot = fastboot_utils.FastbootUtils(device)
49 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
  /system/core/fastboot/
Android.mk 30 fastboot.cpp \
38 LOCAL_MODULE := fastboot
83 # on the host fastboot tool, and shared libraries that link against libc++
95 # Archive fastboot.exe for win_sdk build.
  /tools/test/connectivity/acts/framework/acts/controllers/
fastboot.py 22 This is fastboot's own exe_cmd because of its peculiar way of writing
42 """Raised when there is an error in fastboot operations."""
45 """Proxy class for fastboot.
47 For syntactic reasons, the '-' in fastboot commands need to be replaced
48 with '_'. Can directly execute fastboot commands on an object:
50 >> fb.devices() # will return the console output of "fastboot devices".
55 self.fastboot_str = "fastboot -s {}".format(serial)
57 self.fastboot_str = "fastboot"
android_device.py 30 from acts.controllers import fastboot
112 generated by calling either adb or fastboot.
115 device_list_str: Output of adb or fastboot.
141 fastboot mode. These are detected by fastboot.
146 out = fastboot.FastbootProxy().devices()
147 return _parse_device_list(out, "fastboot")
282 handles to adb, fastboot, and sl4a clients. In addition to direct adb
299 fastboot: A FastbootProxy object used for interacting with the device
300 via fastboot
    [all...]
  /build/target/product/
embedded.mk 30 fastboot \
  /development/build/
sdk-windows-x86.atree 34 rm platform-tools/fastboot
36 bin/fastboot.exe strip platform-tools/fastboot.exe
sdk.atree 46 bin/fastboot strip platform-tools/fastboot
    [all...]
  /system/core/adb/
Android.mk 40 # Much of adb is duplicated in bootable/recovery/minadb and fastboot. Changes
  /external/autotest/server/hosts/
adb_host.py 27 FASTBOOT_CMD = 'fastboot'
40 ')([:]5555)?[ \t]+(?:device|fastboot)')
168 @param fastboot_serial: A fastboot device serial. If None, defaults to
202 msg += ', fastboot serial: %s' % self.fastboot_serial
267 """Runs an fastboot command.
468 command, or `fastboot`, test if the device can be accessed by
469 fastboot command. Default is set to `adb`.
521 @param devices_output: Output from either an adb or fastboot command.
541 get fastboot accessible devices.
564 accessible by fastboot command
    [all...]
  /build/
envsetup.sh 13 - provision: Flash device with all required partitions. Options will be passed on to fastboot.
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 442 milliseconds