Lines Matching refs:adbCmd
34 def getADBProgramPID (adbCmd, program, serial):
37 process = subprocess.Popen([adbCmd]
66 adbCmd,
98 common.execArgs([adbCmd]
105 gdbPid = getADBProgramPID(adbCmd, "gdbserver", serial)
108 common.execArgs([adbCmd]
115 programPid = getADBProgramPID(adbCmd, "com.drawelements.deqp:testercore", serial)
124 gdbServerProcess = subprocess.Popen([adbCmd]
138 common.execArgs([adbCmd]
144 common.execArgs([adbCmd]
149 common.execArgs([adbCmd]
156 common.execArgs([adbCmd]
167 common.execArgs([adbCmd]
211 common.execArgs([adbCmd]
237 common.execArgs([adbCmd]
650 parser.add_argument('--adb', dest='adbCmd', default=common.ADB_BIN, help="Path to adb command. Use absolute paths.")
684 debug(adbCmd=os.path.normpath(args.adbCmd),