Home
last modified time | relevance | path

Searched refs:execution_path (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/scripts/
H A Didl.py36 def run_command(cmd, execution_path, input_arguments): argument
37 print(" ".join(cmd) + " | execution_path: " + execution_path)
38 proc = subprocess.Popen(cmd, cwd=execution_path, stdout=subprocess.PIPE)
/ohos5.0/build/scripts/
H A Dgenerate_js_bytecode.py55 def run_command(cmd, execution_path): argument
56 print(" ".join(cmd) + " | execution_path: " + execution_path)
57 proc = subprocess.Popen(cmd, cwd=execution_path)