Home
last modified time | relevance | path

Searched refs:script_path (Results 1 - 10 of 10) sorted by relevance

/build/
H A Dprebuilts_config.sh16 script_path=$(cd $(dirname $0);pwd)
17 code_dir=$(dirname ${script_path})
19 config_file="$script_path/prebuilts_config.json"
25 python3 "${script_path}/prebuilts_config.py" --code_path $code_dir --home_path $home_path --config_file $config_file --repo_https https://repo.huaweicloud.com --target_os $target_os --target_cpu $target_cpu
H A Dprebuilts_download.sh16 script_path=$(cd $(dirname $0);pwd)
17 code_dir=$(dirname ${script_path})
H A Dprebuilts_config.py248 script_path = os.path.join(download_dir, version, file_name, "install.sh")
249 subprocess.run([script_path, "--prefix=''",
/build/test/script/
H A Dstart_ex.sh17 script_path=$(cd $(dirname $0);pwd)
18 pre_dir_path=$(dirname ${script_path})
/build/templates/common/
H A Ddelete_symbol.py38 script_path = os.path.join(os.path.dirname(__file__), '../../../build/toolchain/mini_debug_info.py')
41 ['python3', script_path, '--unstripped-path', args.input, '--stripped-path', args.output,
/build/toolchain/
H A Drust_strip.py30 script_path = os.path.join(
34 ['python3', script_path, '--unstripped-path', unstripped_libfile, '--stripped-path', output,
H A Dgcc_link_wrapper.py107 script_path = os.path.join(
112 ['python3', script_path, '--unstripped-path', unstripped_libfile, '--stripped-path', args.output,
H A Dgcc_solink_wrapper.py219 script_path = os.path.join(
224 ['python3', script_path, '--unstripped-path', unstripped_libfile, '--stripped-path', args.output,
/build/test/example/
H A Dperformance_test.py41 script_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) variable
118 self.performance_cmd = script_path + performance_cmd
119 self.output_path = script_path + output_path
187 out_dir = os.path.join(script_path, "out")
397 cwd=script_path
437 cwd=script_path
H A Dtest_build_option.py38 script_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) variable
47 out_dir = os.path.join(script_path, "out")
88 LOG_PATH = script_path + config.get("build_option").get("log_path")
89 CMD = script_path + config.get("build_option").get("common_cmd")
90 NINJIA_CMD = script_path + config.get("build_option").get("ninjia_cmd")
117 cwd=script_path

Completed in 6 milliseconds