Home
last modified time | relevance | path

Searched refs:subprocess (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/audio/test/sample/tools/get_trace_loop/
H A Dget_trace_loop.py18 import subprocess namespace
49 output = subprocess.run(cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, text=True,
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/
H A Dgen_cr_by_pr.py18 import subprocess namespace
74 output = subprocess.run(cmd, cwd=path_to_work_in, shell=False, stdout=subprocess.PIPE,
75 stderr=subprocess.DEVNULL,
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/
H A Dget_mem_excel.py18 import subprocess namespace
47 output = subprocess.run(cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, text=True,
/drivers/hdf_core/framework/tools/hc-gen/test/
H A Dupdate_case.py36 import subprocess namespace
99 status, output = subprocess.getstatusoutput(command)
123 status, output = subprocess.getstatusoutput(command)
151 status, output = subprocess.getstatusoutput(command)
179 status, output = subprocess.getstatusoutput(command)
H A Dhcgen_test.py35 import subprocess namespace
78 return subprocess.getstatusoutput(command)
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/
H A Dbuild.py11 from asyncio import subprocess namespace
/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/
H A Dhash_test.py11 import subprocess namespace
36 return subprocess.getstatusoutput(command)
/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/
H A Dunit_test.py11 import subprocess namespace
62 return subprocess.getstatusoutput(command)
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/testsuits/
H A Dtest_index.py10 from asyncio import subprocess namespace
38 subprocess.run(["python", "build.py"])

Completed in 4 milliseconds