Searched refs:PIPE (Results 1 - 11 of 11) sorted by relevance
/test/xts/tools/lite/reliability/ |
H A D | utils.py | 45 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 D | utils.py | 66 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 D | public_method.py | 51 proc = subprocess.Popen(command, shell=True, stdin=subprocess.PIPE, 52 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | util.py | 303 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 D | utils.py | 24 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 D | constants.py | 242 self.jar_process = subprocess.Popen(self.command, stdout=subprocess.PIPE, 272 stdout=subprocess.PIPE, 273 stderr=subprocess.PIPE,
|
H A D | oh_jsunit_driver.py | 957 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 D | devices.py | 144 stdout=subprocess.PIPE, 145 stderr=subprocess.PIPE,
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | kit.py | 265 sub_process = subprocess.Popen(cmd, stdout=subprocess.PIPE, 266 stderr=subprocess.PIPE)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 1078 process = subprocess.Popen(cmd_list, stdout=subprocess.PIPE, 1079 stderr=subprocess.PIPE,
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1225 process = subprocess.Popen(cmd, stdout=subprocess.PIPE,
|
Completed in 9 milliseconds