Searched refs:subprocess (Results 1 - 9 of 9) sorted by relevance
/drivers/peripheral/audio/test/sample/tools/get_trace_loop/ |
H A D | get_trace_loop.py | 18 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 D | gen_cr_by_pr.py | 18 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 D | get_mem_excel.py | 18 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 D | update_case.py | 36 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 D | hcgen_test.py | 35 import subprocess namespace 78 return subprocess.getstatusoutput(command)
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/ |
H A D | build.py | 11 from asyncio import subprocess
namespace
|
/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/ |
H A D | hash_test.py | 11 import subprocess
namespace 36 return subprocess.getstatusoutput(command)
|
/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/ |
H A D | unit_test.py | 11 import subprocess
namespace 62 return subprocess.getstatusoutput(command)
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/testsuits/ |
H A D | test_index.py | 10 from asyncio import subprocess
namespace 38 subprocess.run(["python", "build.py"])
|
Completed in 5 milliseconds