Home | History | Annotate | Download | only in tools

Lines Matching refs:adb

102              if not emulators or d.adb.is_emulator]
165 device.adb.WaitForDevice()
262 After wiping data on a device that has been authorized, adb can still
264 re-authorized because the adb keys file is stored in /data/misc/adb/.
279 device.adb.WaitForDevice()
289 logger.warning('Unable to find adb keys file %s.', adb_key_file)
337 device.adb.WaitForDevice()
379 device.adb.DisableVerity()
384 device.adb.Remount()
397 'persist.sys.usb.config=adb',
503 device.adb, suffix='.sh', dir=device.GetExternalStoragePath()) as f:
511 device.adb, suffix='.sh', dir=device.GetExternalStoragePath()) as f:
528 '--adb-key-files', type=str, nargs='+',
529 help='list of adb keys to push to device')
531 '--adb-path',
532 help='Absolute path to the adb binary to use.')
609 'adb', devil_env.GetPlatform(), args.adb_path))