Searched refs:target_path (Results 1 – 13 of 13) sorted by relevance
/build/ohos/testfwk/ |
D | test_js_file_copy.py | 28 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/ |
D | fs_process.py | 50 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/ |
D | check_external_deps.py | 38 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:
|
D | check_deps_handler.py | 41 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:
|
D | check_target.gni | 19 "target_path", 34 target_path,
|
D | check_part_subsystem_name.py | 50 if args.target_path in bundle_file_allow_list:
|
/build/hb/util/ |
D | component_util.py | 74 for target_path in module_list: 75 if target_path != '': 76 path, target = target_path.split(":") 78 return target_path
|
/build/lite/ |
D | gen_module_notice_file.py | 126 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/ |
D | bundle_json_check.py | 37 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/ |
D | cxx.gni | 67 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/ |
D | ohos_rust_library.gni | 54 target_path = get_label_info(":${target_name}", "label_no_toolchain")
|
D | rust_template.gni | 580 target_path = get_label_info(":${target_name}", "label_no_toolchain")
|
/build/ |
D | test.gni | 486 "--target_path",
|