Searched refs:full_cmd (Results 1 – 3 of 3) sorted by relevance
135 full_cmd = list(cmd_pre)141 full_cmd += ["--with-agent", jdwp_arg]143 full_cmd.append("-agentpath:" + jdwp_arg)144 full_cmd += cmd_post145 print("Running " + str(full_cmd))147 proc = subprocess.Popen(full_cmd, close_fds=False)
176 full_cmd = ['adb', '-s', self._serialno] + cmd178 full_cmd = ['adb'] + cmd179 popen = subprocess.Popen(full_cmd, stdout=subprocess.PIPE)
1554 const std::string full_cmd = "oem " + cmd + " " + test.arg; in TEST_P() local1555 ASSERT_EQ(fb->RawCommand(full_cmd, &resp, nullptr, &dsize), expect); in TEST_P()1580 prog_args.push_back(full_cmd); // Pass in the full command in TEST_P()