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

/external/deqp/android/scripts/
H A Dinstall.py16 common.execArgs([common.ADB_BIN] + extraArgs + [
23 common.execArgs([common.ADB_BIN] + extraArgs + [
39 devices = common.getDevices(common.ADB_BIN)
50 devices = common.getDevices(common.ADB_BIN)
H A Dlaunch.py16 adbCmd = common.shellquote(common.ADB_BIN)
H A Ddebug.py15 adbCmd = common.shellquote(common.ADB_BIN)
212 parser.add_argument('--adb', dest='adbCmd', default=common.shellquote(common.ADB_BIN), help="Path to adb command. Use absolute paths.")
H A Dcommon.py185 ADB_BIN = selectFirstExistingBinary([ variable

Completed in 125 milliseconds