Lines Matching refs:adb_path
33 "--adb", dest="adb_path",
54 adb_path = result.adb_path or "adb"
58 subprocess.check_output([adb_path, "version"],
62 if not result.adb_path:
64 sys.exit(msg.format(adb_path))
68 result.device = adb.get_device(adb_path=adb_path)
70 result.device = adb.get_usb_device(adb_path=adb_path)
72 result.device = adb.get_emulator_device(adb_path=adb_path)
74 result.device = adb.get_device(result.serial, adb_path=adb_path)