Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/
Dcompile_arkguard.py53 def run_build(execution_path): argument
55 run_cmd(cmd, execution_path)
58 def run_pack(execution_path): argument
60 run_cmd(cmd, execution_path)
/arkcompiler/ets_frontend/es2panda/scripts/
Dgenerate_js_bytecode.py63 def run_command(cmd, execution_path): argument
64 print(" ".join(cmd) + " | execution_path: " + execution_path)
65 proc = subprocess.Popen(cmd, cwd=execution_path)