Home
last modified time | relevance | path

Searched refs:dump_json_file (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/build/hb/services/
H A Dpreloader.py75 IoUtil.dump_json_file(self._outputs.platforms_build, platform_config)
129 IoUtil.dump_json_file(self._outputs.features_json, parts_feature_info)
151 IoUtil.dump_json_file(self._outputs.syscap_json, parts_syscap_info)
169 IoUtil.dump_json_file(self._outputs.exclusion_modules_json, exclusions)
180 IoUtil.dump_json_file(
209 IoUtil.dump_json_file(self._outputs.parts_json, parts_info)
227 IoUtil.dump_json_file(self._outputs.parts_config_json, parts_config)
243 IoUtil.dump_json_file(
255 IoUtil.dump_json_file(
267 IoUtil.dump_json_file(
[all …]
/ohos5.0/build/hb/util/
H A Dio_util.py41 def dump_json_file(dump_file: str, json_data: dict or list): member in IoUtil
H A Dcomponent_util.py129 IoUtil.dump_json_file(COMPONENTS_PATH_DIR, bundles_path)
/ohos5.0/build/hb/containers/
H A Darg.py322 IoUtil.dump_json_file(args_file_path, args_file)
/ohos5.0/build/hb/resources/
H A Dconfig.py372 IoUtil.dump_json_file(self.config_json, config_content)