/build/indep_configs/scripts/ |
H A D | variants_info_handler.py | 6 # 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 D | check_abi_and_copy_deps.py | 6 # 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 D | test_build_option.py | 8 # 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 D | gen_sdk_build_file.py | 6 # 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 D | copy_ex.py | 22 """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 D | hapbuilder.py | 6 # 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 D | compile_resources.py | 6 # You may obtain a copy of the License at 87 shutil.copy(generated_header_file, options.output_header_file)
|
H A D | compile_app.py | 6 # 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 D | filter_libtool.py | 35 env = os.environ.copy()
|
/build/templates/common/ |
H A D | delete_symbol.py | 6 # You may obtain a copy of the License at 24 shutil.copy(args.input, args.output)
|
H A D | generate_component_package.py | 6 # 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 D | io_util.py | 8 # You may obtain a copy of the License at 74 return shutil.copy(src, dst)
|
H A D | system_util.py | 8 # You may obtain a copy of the License at 103 self._env = os.environ.copy()
|
/build/lite/ |
H A D | copy_files.py | 8 # 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 D | copy_notices_file.py | 6 # You may obtain a copy of the License at 71 shutil.copy(notice, dest_file)
|
/build/toolchain/ |
H A D | rustc_wrapper.py | 6 # You may obtain a copy of the License at 59 env = os.environ.copy()
|
/build/templates/metadata/ |
H A D | write_meta_data.py | 6 # You may obtain a copy of the License at 20 import copy namespace 33 deps = copy.deepcopy(direct_deps)
|
/build/ohos/images/ |
H A D | build_image.py | 6 # You may obtain a copy of the License at 124 shutil.copy(sources_file, dest_file)
|
/build/ohos/packages/ |
H A D | fs_process.py | 8 # You may obtain a copy of the License at 133 shutil.copy(sfile, tfile, follow_symlinks=False)
|
H A D | modules_install.py | 6 # 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 D | sort_sa_by_bootphase.py | 6 # You may obtain a copy of the License at 18 import copy namespace
|
/build/ |
H A D | prebuilts_config.py | 7 # 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 D | loader.py | 8 # You may obtain a copy of the License at 20 import copy namespace 175 new_components_data = copy.deepcopy(components_data)
|