Home
last modified time | relevance | path

Searched refs:PIPE (Results 1 - 11 of 11) sorted by relevance

/test/xts/tools/lite/reliability/
H A Dutils.py45 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
46 stderr=subprocess.PIPE, shell=False,
49 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
50 stderr=subprocess.PIPE, shell=True)
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py66 def start_standing_subprocess(cmd, pipe=subprocess.PIPE, return_result=False):
125 stdout=subprocess.PIPE,
129 stdout=subprocess.PIPE, shell=False)
133 stdout=subprocess.PIPE,
137 stdout=subprocess.PIPE,
141 stdout=subprocess.PIPE, shell=False)
144 stdout=subprocess.PIPE,
148 stdout=subprocess.PIPE,
152 stdout=subprocess.PIPE, shell=False)
167 Executes commands in a new shell. Directing stderr to PIPE
[all...]
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dpublic_method.py51 proc = subprocess.Popen(command, shell=True, stdin=subprocess.PIPE,
52 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py303 first_process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=False)
307 stderr=subprocess.PIPE,
308 stdout=subprocess.PIPE,
/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)
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py242 self.jar_process = subprocess.Popen(self.command, stdout=subprocess.PIPE,
272 stdout=subprocess.PIPE,
273 stderr=subprocess.PIPE,
H A Doh_jsunit_driver.py957 stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=False)
959 proc = subprocess.Popen(run_command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=False)
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddevices.py144 stdout=subprocess.PIPE,
145 stderr=subprocess.PIPE,
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py265 sub_process = subprocess.Popen(cmd, stdout=subprocess.PIPE,
266 stderr=subprocess.PIPE)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py1078 process = subprocess.Popen(cmd_list, stdout=subprocess.PIPE,
1079 stderr=subprocess.PIPE,
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py1225 process = subprocess.Popen(cmd, stdout=subprocess.PIPE,

Completed in 9 milliseconds