Home
last modified time | relevance | path

Searched refs:IoUtil (Results 1 – 15 of 15) sorted by relevance

/build/hb/services/
Dpreloader.py22 from util.io_util import IoUtil
75 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(
[all …]
Dninja.py26 from util.io_util import IoUtil
50 ninja_env_allowlist = IoUtil.read_json_file(
Dgn.py32 from util.io_util import IoUtil
/build/hb/containers/
Dstatus.py24 from util.io_util import IoUtil
72 if IoUtil.read_json_file(ROOT_CONFIG_FILE).get('out_path') is not None:
73 _log_path = os.path.join(IoUtil.read_json_file(
Darg.py38 from util.io_util import IoUtil
292 IoUtil.dump_json_file(args_file_path, args_file)
321 IoUtil.copy_file(src=default_file_path, dst=args_file_path)
322 return IoUtil.read_json_file(args_file_path)
/build/hb/util/
Dproduct_util.py22 from util.io_util import IoUtil
49 info = IoUtil.read_json_file(config_path)
100 info = IoUtil.read_json_file(config_path)
121 info = IoUtil.read_json_file(config_path)
142 info = IoUtil.read_json_file(config_path)
157 info = IoUtil.read_json_file(product_json)
203 files = [os.path.join(config.root_path, file) for file in IoUtil.read_json_file(
213 _info = IoUtil.read_json_file(_file)
231 files = [os.path.join(config.root_path, file) for file in IoUtil.read_json_file(
241 _info = IoUtil.read_json_file(_file)
[all …]
Dcomponent_util.py23 from util.io_util import IoUtil
47 data = IoUtil.read_json_file(bundle_path)
66 target_info = IoUtil.read_file(
Dio_util.py29 class IoUtil(metaclass=NoInstance): class
Dlog_util.py26 from util.io_util import IoUtil
95 status_file = IoUtil.read_json_file(STATUS_FILE)
/build/hb/util/prebuild/
Dpatch_process.py19 from util.io_util import IoUtil
54 patch_cfg_dict = IoUtil.read_yaml_file(patch_cfg)
/build/hb/resolver/
Denv_args_resolver.py30 from util.io_util import IoUtil
61 json_data = IoUtil.read_json_file(config_json)
Dbuild_args_resolver.py36 from util.io_util import IoUtil
120 default_build_args = IoUtil.read_json_file(DEFAULT_BUILD_ARGS)
134 default_build_args = IoUtil.read_json_file(DEFAULT_BUILD_ARGS)
162 parts_data = IoUtil.read_json_file(parts_file)
/build/hb/resources/
Dconfig.py29 from util.io_util import IoUtil
35 IoUtil.copy_file(BUILD_CONFIG_FILE, ROOT_CONFIG_FILE)
70 config_content = IoUtil.read_json_file(self.config_json)
349 tools_path = IoUtil.read_json_file(
399 config_content = IoUtil.read_json_file(self.config_json)
401 IoUtil.dump_json_file(self.config_json, config_content)
/build/hb/util/preloader/
Dpreloader_process_data.py21 from util.io_util import IoUtil
293 device_info = IoUtil.read_json_file(device_config_file)
359 return IoUtil.read_json_file(system_base_config_file)
365 _info = IoUtil.read_json_file(_file)
374 _info = IoUtil.read_json_file(os.path.join(
404 config = IoUtil.read_json_file(self._config_file)
/build/ohos/packages/
Dfs_process.py29 from hb.util.io_util import IoUtil
222 fs_cfg_list = IoUtil.read_yaml_file(fs_cfg_path)