Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/
Dsunspider_compile.sh26 script_path=$(dirname "$0")
27 script_path=$(cd "$script_path" && pwd)
28 tests_path=$(cd "$script_path/../Sunspider" && pwd)
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.sh110 script_path=$(cd $(dirname $0);pwd)
111 code_dir=$(dirname ${script_path})
/arkcompiler/ets_runtime/test/workloadtest/
Dwork_load.py109 def execute_shell_script(script_path, args): argument
110 command = ['bash', script_path] + args