Searched refs:script_path (Results 1 - 10 of 10) sorted by relevance
/build/ |
H A D | prebuilts_config.sh | 16 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 D | prebuilts_download.sh | 16 script_path=$(cd $(dirname $0);pwd) 17 code_dir=$(dirname ${script_path})
|
H A D | prebuilts_config.py | 248 script_path = os.path.join(download_dir, version, file_name, "install.sh")
249 subprocess.run([script_path, "--prefix=''",
|
/build/test/script/ |
H A D | start_ex.sh | 17 script_path=$(cd $(dirname $0);pwd) 18 pre_dir_path=$(dirname ${script_path})
|
/build/templates/common/ |
H A D | delete_symbol.py | 38 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 D | rust_strip.py | 30 script_path = os.path.join( 34 ['python3', script_path, '--unstripped-path', unstripped_libfile, '--stripped-path', output,
|
H A D | gcc_link_wrapper.py | 107 script_path = os.path.join( 112 ['python3', script_path, '--unstripped-path', unstripped_libfile, '--stripped-path', args.output,
|
H A D | gcc_solink_wrapper.py | 219 script_path = os.path.join( 224 ['python3', script_path, '--unstripped-path', unstripped_libfile, '--stripped-path', args.output,
|
/build/test/example/ |
H A D | performance_test.py | 41 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 D | test_build_option.py | 38 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