Home
last modified time | relevance | path

Searched defs:run_cmd (Results 1 – 5 of 5) sorted by relevance

/developtools/global_resource_tool/test/
Dtest.py22 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
/developtools/ace_ets2bundle/
Dinstall_arkguard_tsc_declgen.py42 def run_cmd(cmd, execution_ath=None): function
/developtools/ace_ets2bundle/koala-wrapper/
Dbuild_ts_wrapper.py36 def run_cmd(cmd, execution_path=None): function
/developtools/ace_ets2bundle/arkui-plugins/
Dbuild_ui_plugins.py36 def run_cmd(cmd, execution_path=None): function
/developtools/packing_tool/
Dbuild.py27 def run_cmd(title, cmd, time_out): function