/ohos5.0/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_…
|
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=''",
|
/ohos5.0/base/global/timezone/tool/compile_tool/ |
H A D | compile.sh | 15 script_path=$(cd $(dirname $0);pwd) 16 iana_path="${script_path}/../../data/iana"
|
/ohos5.0/drivers/peripheral/camera/test/mpi/ |
H A D | dfxShell.sh | 18 script_path=$(cd $(dirname $0);pwd) 19 cd ${script_path}
|
/ohos5.0/build/test/script/ |
H A D | start_ex.sh | 17 script_path=$(cd $(dirname $0);pwd) 18 pre_dir_path=$(dirname ${script_path})
|
/ohos5.0/build/templates/common/ |
H A D | delete_symbol.py | 38 script_path = os.path.join(ohos_root_path, '/build/toolchain/mini_debug_info.py') 41 … ['python3', script_path, '--unstripped-path', args.input, '--stripped-path', args.output,
|
/ohos5.0/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,
|
/ohos5.0/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | check_partition_label_use.py | 82 script_path = os.path.dirname(os.path.realpath(__file__)) variable 85 label_path = os.path.join(script_path, input_args.config)
|
H A D | check_perm_group.py | 240 script_path = os.path.dirname(os.path.realpath(__file__)) variable 244 check_rules = read_json_file(os.path.join(script_path, input_args.config)).get('check_rules')
|
H A D | check_baseline.py | 151 script_path = os.path.dirname(os.path.realpath(__file__)) 152 baseline_file_list = [os.path.join(script_path, "config/glb_def.txt")]
|
H A D | check_data_regex.py | 90 script_path = os.path.dirname(os.path.realpath(__file__)) variable
|
/ohos5.0/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(__fil… 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(__fil… 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
|