Home
last modified time | relevance | path

Searched refs:ADB_BIN (Results 1 – 4 of 4) sorted by relevance

/external/deqp/android/scripts/
Dinstall.py33 common.execArgsInDirectory([common.ADB_BIN] + extraArgs + [
40 common.execArgsInDirectory([common.ADB_BIN] + extraArgs + [
63 devices = common.getDevices(common.ADB_BIN)
80 devices = common.getDevices(common.ADB_BIN)
93 devices = common.getDevices(common.ADB_BIN)
Dlaunch.py36 adbCmd = common.shellquote(common.ADB_BIN)
Dcommon.py293 ADB_BIN = selectFirstExistingBinary([ variable
Ddebug.py650 …parser.add_argument('--adb', dest='adbCmd', default=common.ADB_BIN, help="Path to adb command…