Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/
H A Dinstall_arkguard_tsc.py43 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
44 stdin=subprocess.PIPE,
45 stderr=subprocess.PIPE,
/developtools/integration_verification/DeployDevice/src/aw/Common/
H A DCommon.py133 stdin=subprocess.PIPE,
134 stdout=subprocess.PIPE,
135 stderr=subprocess.PIPE,
/developtools/hapsigner/autosign/
H A Dautosign.py23 from subprocess import PIPE namespace
118 command = Popen(cmd, stdout=PIPE, stderr=PIPE, stdin=PIPE, shell=False)
/developtools/integration_verification/tools/startup_guard/startup_checker/
H A Dplug_in_rule.py58 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/developtools/hapsigner/tools/
H A Dauto_test.py25 from subprocess import PIPE namespace
277 command = Popen(cmd, stdout=PIPE, stderr=PIPE, stdin=PIPE, shell=False)
/developtools/packing_tool/
H A Dbuild.py28 child_process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/developtools/integration_verification/cases/daily/mini_system/
H A DL2_mini_system_test.py60 p = subprocess.Popen(mycmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Drk3568_chipset_only_test.py60 p = subprocess.Popen(mycmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/developtools/hiperf/script/
H A Dhiperf_utils.py125 stdout=subprocess.PIPE,
126 stderr=subprocess.PIPE)
205 subproc = subprocess.Popen(hdc_args, stdout=subprocess.PIPE)
/developtools/hdc/test/scripts/
H A Dhdc_recv_all_test.py133 result = subprocess.run(command, check=True, stdout=subprocess.PIPE,
134 stderr=subprocess.PIPE, timeout=timeout)
/developtools/hdc/scripts/
H A Ddev_hdc_test.py841 p_list = [subprocess.Popen(cmd.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE) for cmd in file_list]
895 p_list = [subprocess.Popen(cmd.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE) for cmd in cmd_list]
1018 result = subprocess.run(command, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, timeout=timeout)
H A Dhdc_test.py288 stdout=subprocess.PIPE).communicate()
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
H A DliteOsUpgrade_RK3568_app.py540 p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding='utf-8', errors='ignore', universal_newlines=True)
541 # p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, errors='ignore', universal_newlines=True)
587 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding="gbk")

Completed in 13 milliseconds