Home
last modified time | relevance | path

Searched refs:Popen (Results 1 - 19 of 19) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py83 process = subprocess.Popen(cmd, stdout=pipe, shell=False,
102 if isinstance(process, subprocess.Popen):
105 LOG.warning(f'{process} is not a subprocess.Popen')
124 proc_sub = subprocess.Popen(["C:\\Windows\\System32\\tasklist"],
127 proc = subprocess.Popen(["C:\\Windows\\System32\\findstr", "/B", "%s" % pid],
132 proc_sub = subprocess.Popen(["/bin/ps", "-ef"],
135 proc_v_sub = subprocess.Popen(["/bin/grep", "-v", "grep"],
139 proc = subprocess.Popen(["/bin/grep", "-w", "%s" % pid],
143 proc_sub = subprocess.Popen(["/bin/ps", "-ef"],
146 proc_v_sub = subprocess.Popen(["/us
[all...]
/test/testfwk/developer_test/local_coverage/
H A Dutils.py24 from subprocess import Popen, PIPE, STDOUT, TimeoutExpired namespace
90 process = Popen(command_list, stdout=PIPE, stderr=STDOUT)
124 proc = subprocess.Popen(command, shell=True)
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddrivers.py91 process = subprocess.Popen("tar -zxf %s -C %s" % (tar_path, cxx_cov_path), shell=True)
95 subprocess.Popen("tar -zxf %s -C %s > /dev/null 2>&1" %
97 subprocess.Popen("rm -rf %s" % tar_path, shell=True)
H A Ddevices.py143 proc = subprocess.Popen(command,
/test/xts/tools/lite/reliability/
H A Dutils.py45 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
49 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
/test/testfwk/developer_test/local_coverage/automate_execute/
H A Dinstall_coverage_tools.py24 proc = subprocess.Popen(command, shell=True)
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py303 first_process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=False)
306 findstr_process = subprocess.Popen(findstr_command, stdin=first_process.stdout,
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py242 self.jar_process = subprocess.Popen(self.command, stdout=subprocess.PIPE,
271 subprocess.Popen(cmd.split(),
H A Doh_jsunit_driver.py956 proc = subprocess.Popen(" ".join(run_command),
959 proc = subprocess.Popen(run_command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=False)
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dpublic_method.py51 proc = subprocess.Popen(command, shell=True, stdin=subprocess.PIPE,
/test/testfwk/developer_test/local_coverage/restore_comment/
H A Dafter_lcov_branch.py66 subprocess.Popen("mv %s %s" % (f"{source_dir}_bk{suffix_name}", path),
H A Dbuild_before_generate.py80 subprocess.Popen("mv %s %s" % (f"{source_dir}_bk{suffix_name}", path),
/test/xts/tools/build/
H A Dutils.py191 proc = subprocess.Popen(cmd)
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py265 sub_process = subprocess.Popen(cmd, stdout=subprocess.PIPE,
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py498 process = subprocess.Popen("tar -zxf %s -C %s" % (tar_path, cxx_cov_path), shell=True)
503 subprocess.Popen("tar -zxf %s -C %s > /dev/null 2>&1" %
505 subprocess.Popen("rm -rf %s" % tar_path, shell=True).communicate()
507 subprocess.Popen("mv %s %s" % (os.path.join(cxx_cov_path, target_name),
/test/testfwk/developer_test/src/core/command/
H A Drun.py317 coverage_process = subprocess.Popen("rm -rf %s" % coverage_path, shell=True)
/test/xts/tools/lite/build/
H A Dutils.py355 proc = subprocess.Popen(cmd)
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py1225 process = subprocess.Popen(cmd, stdout=subprocess.PIPE,
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py1078 process = subprocess.Popen(cmd_list, stdout=subprocess.PIPE,

Completed in 14 milliseconds