Home
last modified time | relevance | path

Searched refs:copy (Results 1 - 23 of 23) sorted by relevance

/build/indep_configs/scripts/
H A Dvariants_info_handler.py6 # You may obtain a copy of the License at
63 shutil.copy(system_capability_file, etc_out_path)
64 shutil.copy(syscap_json_file, etc_out_path)
65 shutil.copy(syscap_para_file, syscap_para_out_path)
66 shutil.copy(features_file, variants_out_path)
67 shutil.copy(build_file, variants_out_path)
68 shutil.copy(paths_config_file, variants_out_path)
/build/ohos/update/
H A Dcheck_abi_and_copy_deps.py6 # You may obtain a copy of the License at
17 import copy namespace
55 module_deps_copy = copy.deepcopy(module_deps)
142 check_list_copy = copy.deepcopy(check_list)
153 copy_list.append(copy.deepcopy(get_copy_source_path(element)))
161 copy_list.append(copy.deepcopy(get_copy_source_path(element)))
175 copy_list.append(copy.deepcopy(get_copy_source_path(element)))
233 shutil.copy(file, output)
235 shutil.copy(copy_element[1], output)
/build/test/example/
H A Dtest_build_option.py8 # You may obtain a copy of the License at
25 import copy namespace
146 new_dict = copy.deepcopy(flags)
190 flags = copy.deepcopy(TestBuildOption.FLAGS)
202 flags = copy.deepcopy(TestBuildOption.FLAGS)
215 flags = copy.deepcopy(TestBuildOption.FLAGS)
224 flags = copy.deepcopy(TestBuildOption.FLAGS)
230 flags = copy.deepcopy(TestBuildOption.FLAGS)
246 flags = copy.deepcopy(TestBuildOption.FLAGS)
262 flags = copy
[all...]
/build/scripts/
H A Dgen_sdk_build_file.py6 # You may obtain a copy of the License at
106 # copy lib file
129 shutil.copy(source, module_sdk_out_dir)
131 # copy headers file
138 # copy to sdk/{subsystem_name}/{module_name}/include/
148 shutil.copy(rel_h_file, header_file_dest)
175 shutil.copy(mplt, module_sdk_out_dir)
184 shutil.copy(jar, module_sdk_out_dir)
H A Dcopy_ex.py22 """copy src/* to dest/
25 then copy the symlink to dest.
26 2. If src item points to items outside src, then follow links to copy
28 3. Else copy src item to dest.
30 1. If src item is a symlink, then follow links to copy the original file
32 2. Else copy src item to dest.
72 shutil.copy(item, destname)
88 shutil.copy(item, destname)
99 shutil.copy(item, destname)
126 # The shutil.copy() belo
[all...]
H A Dhapbuilder.py6 # You may obtain a copy of the License at
134 shutil.copy(options.hap_profile, hap_profile_path)
146 shutil.copy(dso, hap_lib_path)
H A Dcompile_resources.py6 # You may obtain a copy of the License at
87 shutil.copy(generated_header_file, options.output_header_file)
H A Dcompile_app.py6 # You may obtain a copy of the License at
130 and copy it to the app project directory
261 env = os.environ.copy()
276 # copy system lib deps to app libs dir
/build/toolchain/mac/
H A Dfilter_libtool.py35 env = os.environ.copy()
/build/templates/common/
H A Ddelete_symbol.py6 # You may obtain a copy of the License at
24 shutil.copy(args.input, args.output)
H A Dgenerate_component_package.py6 # You may obtain a copy of the License at
230 shutil.copy(file, lib_out_dir)
258 elif json_data.get('type') == 'copy' and module == 'ipc_core':
277 shutil.copy(so_path, lib_out_dir)
359 shutil.copy(license_file, license_out)
362 shutil.copy(license_default, license_out)
384 shutil.copy(readme, readme_out)
386 shutil.copy(readme_zh, readme_out_file)
388 shutil.copy(readme_en, readme_out_file)
476 if json_data.get('type') == 'copy' an
[all...]
/build/hb/util/
H A Dio_util.py8 # You may obtain a copy of the License at
74 return shutil.copy(src, dst)
H A Dsystem_util.py8 # You may obtain a copy of the License at
103 self._env = os.environ.copy()
/build/lite/
H A Dcopy_files.py8 # You may obtain a copy of the License at
45 description='A common directory and file copy.')
48 help='src type to copy.')
51 help='List the sources to copy.',
65 shutil.copy(args.src, out_dir)
/build/ohos/ndk/
H A Dcopy_notices_file.py6 # You may obtain a copy of the License at
71 shutil.copy(notice, dest_file)
/build/toolchain/
H A Drustc_wrapper.py6 # You may obtain a copy of the License at
59 env = os.environ.copy()
/build/templates/metadata/
H A Dwrite_meta_data.py6 # You may obtain a copy of the License at
20 import copy namespace
33 deps = copy.deepcopy(direct_deps)
/build/ohos/images/
H A Dbuild_image.py6 # You may obtain a copy of the License at
124 shutil.copy(sources_file, dest_file)
/build/ohos/packages/
H A Dfs_process.py8 # You may obtain a copy of the License at
133 shutil.copy(sfile, tfile, follow_symlinks=False)
H A Dmodules_install.py6 # You may obtain a copy of the License at
96 shutil.copy(source, os.path.join(platform_installed_path, system_path))
98 # copy modules
102 # copy module lib
272 print('copy modules...')
/build/ohos/sa_profile/sa_info_process/
H A Dsort_sa_by_bootphase.py6 # You may obtain a copy of the License at
18 import copy namespace
/build/
H A Dprebuilts_config.py7 # You may obtain a copy of the License at
71 shutil.copy(src, dest)
162 for copy_entry in npm_download.get('copy', []):
/build/hb/services/
H A Dloader.py8 # You may obtain a copy of the License at
20 import copy namespace
175 new_components_data = copy.deepcopy(components_data)

Completed in 10 milliseconds