Home
last modified time | relevance | path

Searched refs:update (Results 1 - 25 of 37) sorted by relevance

12

/build/indep_configs/scripts/
H A Drefactor_hpm_bundle_json.py51 dirs_info.update({entry.name: [f"{entry.name}/*"]})
57 dirs_info.update({"./": file_list})
78 bundle_json.update({"dirs": dirs_info})
H A Dgenerate_target_build_gn.py86 bundle_paths.update({os.path.join(root, file): root})
/build/hb/util/preloader/
H A Dpreloader_process_data.py113 # update and remove
172 self._parts.update(
180 self._parts.update(sys_parts)
185 all_parts.update(current_product_parts)
187 all_parts.update(get_vendor_parts_list(self._config))
188 all_parts.update(self._get_product_specific_parts())
192 all_parts.update(self._get_device_specific_parts())
193 self._parts.update(all_parts)
274 build_vars.update(self._device_info)
373 inherit_parts.update(part
[all...]
H A Dparse_vendor_product_config.py96 parts.get('{}:{}'.format(ss_name, com_name)).update(pairs)
99 parts.get('{}:{}'.format(ss_name, com_name)).update(pairs)
/build/tools/
H A Dproduct_config_version_convert.py79 data.update({"version": "3.0"})
80 data.update({"board": device})
81 data.update(config_dic)
/build/hb/services/
H A Dpreloader.py90 all_features.update(_features)
121 all_features.update(_features)
145 all_syscap.update(_syscap)
168 exclusions.update(pair)
239 self._subsystem_info.update(
241 self._subsystem_info.update(
/build/scripts/
H A Dninja_rules_parser.py91 subninja_targets.update(subninja_target_info)
93 build_phony_targets.update(subninja_targets)
162 def update(build_dir: str, variants_toolchain_info_file: str): function
205 update(build_dir, args.variants_toolchain_info_file)
H A Dbuild_target_handler.py77 ninja_rules_parser.update(
/build/hb/util/loader/
H A Dload_ohos_build.py465 self._part_targets_label.update(_targets_label)
497 self._parts_module_list.update(parts_config)
634 parts_info.update(_curr_parts_info)
916 parts_variants.update(_parts_variants)
918 parts_inner_kits_info.update(_inner_kits_info)
920 parts_component_info.update(_parts_component_info)
921 parts_kits_info.update(build_loader.parts_kits_info())
923 parts_targets.update(_parts_targets)
925 parts_info.update(build_loader.parts_info())
926 _phony_target.update(build_loade
[all...]
H A Dsubsystem_scan.py41 subsystem_config.update(example_subsystem_config)
79 subsystem_infos.update(_default_subsystem)
/build/hb/util/
H A Dproduct_util.py216 all_parts.update(parts)
219 all_parts.update(ProductUtil.get_vendor_parts_list(_info))
244 all_parts.update(parts)
247 all_parts.update(ProductUtil.get_vendor_parts_list(_info))
369 parts.get('{}:{}'.format(ss_name, com_name)).update(pairs)
372 parts.get('{}:{}'.format(ss_name, com_name)).update(pairs)
377 parts.get('{}:{}'.format(ss_name, com_name)).update(key=val)
/build/scripts/util/
H A Dfile_utils.py88 sha256_obj.update(str(read_json_file(output_file)).encode())
92 sha256_obj_new.update(str(content).encode())
H A Dzip_and_md5.py38 sha256obj.update(buf)
H A Dmd5_check.py397 md5.update(linkto.encode())
405 md5.update(data)
427 md5.update(str(item).encode())
H A Dpycache.py84 sha256.update(path.encode())
/build/tools/component_tools/static_check/
H A Dcsct_online_prehandle.py34 diff_dict.update({key: value_list})
169 self.diff_dict.update(pattern_dict)
H A Dcsct.py57 ret_dict.update(ret_item)
/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn_online.py65 ret_dict.update({key: row_range})
156 ret_dict.update(ret_item)
/build/ohos/sa_profile/sa_info_process/
H A Dmerge_sa_info.py112 global_systemability_deps_dict.update(deps_info[1])
/build/tools/component_tools/
H A Dfull_components_generator.py143 ret["subsystems"].update(overlay_data.get("subsystems"))
/build/tools/component_tools/static_check/bundle_check/
H A Dget_subsystem_with_component.py80 ret.update({value: {'subsystem': subsystem_k, 'component': key}})
/build/ohos/images/mkimage/
H A Dimkcovert.py73 md5.update(indata.read(blocksize))
107 md5.update(indata)
/build/ohos/sdk/
H A Dcopy_sdk_modules.py50 depfile_deps.update(build_utils.get_all_files(source))
/build/
H A Dprint_python_deps.py116 paths_set.update(
/build/templates/rust/
H A Drun_build_script.py97 env.update({key: val for key, val in (e.split('=') for e in args.env)})

Completed in 9 milliseconds

12