Home
last modified time | relevance | path

Searched refs:target_path (Results 1 – 13 of 13) sorted by relevance

/build/ohos/testfwk/
Dtest_js_file_copy.py28 def copy_file(suite_path, template_path, target_path): argument
36 if os.path.exists(target_path):
37 shutil.rmtree(target_path)
38 os.makedirs(target_path, exist_ok=True)
39 shutil.copytree(template_path, os.path.join(target_path, "src"))
41 js_dest_path = os.path.join(target_path,
80 copy_file(args.suite_path, args.template_path, args.target_path)
/build/ohos/packages/
Dfs_process.py50 target_path = os.path.join(src_path, 'usr', 'lib')
51 os.makedirs(target_path, exist_ok=True)
55 target_file = os.path.join(target_path, lib)
85 target_path = self.fs_dirs_replace(target_dir, fs_path)
88 os.makedirs(target_path, exist_ok=True)
89 target_mode_tuple = (target_path, fs_dir.get('dir_mode', 755))
93 self.copy_files(source_path, target_path, fs_dir)
106 def copy_file_process(source_path, target_path): argument
107 if not os.path.isdir(target_path):
108 os.makedirs(target_path, exist_ok=True)
[all …]
/build/templates/common/
Dcheck_external_deps.py38 external_part_name, args.target_path, args.part_name)
39 if args.target_path in added_self_part_allow_list:
46 args.target_path, external_part_name)
58 if args.target_path in bundle_not_add_allow_list:
Dcheck_deps_handler.py41 if args.target_path in third_deps_allow_list:
135 args.target_path, dep, dep_part)
146 args.part_name, args.target_path, dep)
147 if args.target_path in deps_allow_list:
168 args.part_name, args.target_path)
169 if args.target_path in gn_allow_list:
Dcheck_target.gni19 "target_path",
34 target_path,
Dcheck_part_subsystem_name.py50 if args.target_path in bundle_file_allow_list:
/build/hb/util/
Dcomponent_util.py74 for target_path in module_list:
75 if target_path != '':
76 path, target = target_path.split(":")
78 return target_path
/build/lite/
Dgen_module_notice_file.py126 def gen_license(target_path, nf_dict, nf_src, cp_src): argument
127 target_license_path = os.path.join(target_path, 'NOTICE')
128 makedirs(target_path)
157 target_path = os.path.join(root_out_dir, 'NOTICE_FILE', target_name)
159 gen_license(target_path, nf_dict, nf_src, cp_src)
/build/tools/component_tools/static_check/bundle_check/
Dbundle_json_check.py37 target_path = path
39 target_path = os.path.join(OhosInfo.g_root_path, os.path.normpath(path))
42 os.chdir(target_path)
/build/templates/cxx/
Dcxx.gni67 target_path = get_label_info(":${target_name}", "label_no_toolchain")
477 target_path = get_label_info(":${target_name}", "label_no_toolchain")
1018 target_path = get_label_info(":${target_name}", "label_no_toolchain")
1274 target_path = get_label_info(":${target_name}", "label_no_toolchain")
/build/templates/rust/
Dohos_rust_library.gni54 target_path = get_label_info(":${target_name}", "label_no_toolchain")
Drust_template.gni580 target_path = get_label_info(":${target_name}", "label_no_toolchain")
/build/
Dtest.gni486 "--target_path",