Home
last modified time | relevance | path

Searched refs:full_cmd (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/tools/
H A Ddt_fds_forward.py135 full_cmd = list(cmd_pre)
141 full_cmd += ["--with-agent", jdwp_arg]
143 full_cmd.append("-agentpath:" + jdwp_arg)
144 full_cmd += cmd_post
145 print("Running " + str(full_cmd))
147 proc = subprocess.Popen(full_cmd, close_fds=False)
/aosp12/packages/services/Car/tests/BugReportApp/utils/
H A Dbugreport_app_tester.py176 full_cmd = ['adb', '-s', self._serialno] + cmd
178 full_cmd = ['adb'] + cmd
179 popen = subprocess.Popen(full_cmd, stdout=subprocess.PIPE)
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp1554 const std::string full_cmd = "oem " + cmd + " " + test.arg; in TEST_P() local
1555 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()