Searched refs:run_cmd (Results 1 – 3 of 3) sorted by relevance
/developtools/global_resource_tool/test/ |
D | test.py | 22 run_cmd = restool_cmd variable 23 run_cmd = run_cmd + " -i " + os.path.join(".") variable 24 run_cmd = run_cmd + " -o " + output_path variable 25 run_cmd = run_cmd + " -r " + os.path.join(output_path, "ResourceTable.h") variable 26 run_cmd = run_cmd + " -p com.example.myapplication" variable 27 os.system(run_cmd)
|
/developtools/packing_tool/ |
D | build.py | 27 def run_cmd(title, cmd, time_out): function 63 run_cmd('haptobin_tool', command, 5000) 97 run_cmd('app_unpacking_tool', command, 5000) 140 run_cmd('app_packing_tool', command, 5000) 168 run_cmd('app_check_tool', command, 5000)
|
/developtools/ace_ets2bundle/ |
D | install_arkguard_tsc.py | 39 run_cmd(['rm', '-rf', temp_package_path]) 42 def run_cmd(cmd, execution_ath=None): function
|