Home
last modified time | relevance | path

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

/ohos5.0/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_…
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=''",
/ohos5.0/base/global/timezone/tool/compile_tool/
H A Dcompile.sh15 script_path=$(cd $(dirname $0);pwd)
16 iana_path="${script_path}/../../data/iana"
/ohos5.0/drivers/peripheral/camera/test/mpi/
H A DdfxShell.sh18 script_path=$(cd $(dirname $0);pwd)
19 cd ${script_path}
/ohos5.0/build/test/script/
H A Dstart_ex.sh17 script_path=$(cd $(dirname $0);pwd)
18 pre_dir_path=$(dirname ${script_path})
/ohos5.0/build/templates/common/
H A Ddelete_symbol.py38 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 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,
/ohos5.0/base/security/selinux_adapter/scripts/selinux_check/
H A Dcheck_partition_label_use.py82 script_path = os.path.dirname(os.path.realpath(__file__)) variable
85 label_path = os.path.join(script_path, input_args.config)
H A Dcheck_perm_group.py240 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 Dcheck_baseline.py151 script_path = os.path.dirname(os.path.realpath(__file__))
152 baseline_file_list = [os.path.join(script_path, "config/glb_def.txt")]
H A Dcheck_data_regex.py90 script_path = os.path.dirname(os.path.realpath(__file__)) variable
/ohos5.0/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(__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 Dtest_build_option.py38 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