Home
last modified time | relevance | path

Searched refs:run_cmd (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/audio/test/sample/tools/get_trace_loop/
H A Dget_trace_loop.py46 def run_cmd(cmd): function
59 run_cmd("hdc wait-for-device")
66 run_cmd("hdc shell reboot")
82 now_version = str(run_cmd("hdc shell param get const.product.software.version")).replace("\n", "").replace(" ", "")
91 pid = str(run_cmd(cmd)).replace("\n", "")
102 result = run_cmd(cmd)
107 result = run_cmd(cmd)
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/
H A Dgen_cr_by_pr.py69 def run_cmd(cmd, path_to_work_in='.'): function
79 print(f"run_cmdʧ��")
98 run_cmd(cmd)
150 run_cmd(f'repo start ohos_{repo_name}_pr_{pr_number}', target_path)
151 run_cmd(f'git add .', target_path)
154 run_cmd(f'git commit -m "' + commit_msg + '"', target_path)
162 # run_cmd(f'repo upload .', target_path)
172 run_cmd(cmd)
176 run_cmd(cmd, repo_name)
177 run_cmd(
[all...]
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/
H A Dget_mem_excel.py44 def run_cmd(cmd): function
57 run_cmd("hdc wait-for-device")
73 now_version = str(run_cmd("hdc shell param get const.product.software.version")).replace("\n", "").replace(" ", "")
101 run_cmd(cmd)
111 run_cmd(cmd)

Completed in 2 milliseconds