Home
last modified time | relevance | path

Searched refs:IoUtil (Results 1 - 18 of 18) sorted by relevance

/build/hb/services/
H A Dpreloader.py22 from util.io_util import IoUtil namespace
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
[all...]
H A Dninja.py26 from util.io_util import IoUtil namespace
50 ninja_env_allowlist = IoUtil.read_json_file(
H A Dhdc.py32 from util.io_util import IoUtil namespace
88 bundle_info = IoUtil.read_json_file(bundle_file)
H A Dhpm.py33 from util.io_util import IoUtil namespace
H A Dgn.py32 from util.io_util import IoUtil namespace
/build/hb/util/
H A Dcomponent_util.py25 from util.io_util import IoUtil namespace
60 data = IoUtil.read_json_file(bundle_path)
69 data = IoUtil.read_json_file(bundle_path)
95 target_info = IoUtil.read_file(
137 data = IoUtil.read_json_file(bundle_json)
139 IoUtil.dump_json_file(COMPONENTS_PATH_DIR, bundles_path)
153 default_deps_json = IoUtil.read_json_file(default_deps_file)
158 part_white_list = IoUtil.read_json_file(part_white_list_path)
165 IoUtil.dump_json_file(default_deps_out_file, default_deps_json)
H A Dproduct_util.py22 from util.io_util import IoUtil namespace
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
[all...]
H A Dio_util.py29 class IoUtil(metaclass=NoInstance): class
H A Dmonitor.py28 from io_util import IoUtil namespace
140 config_content = IoUtil.read_json_file(ROOT_CONFIG_FILE)
H A Dlog_util.py26 from util.io_util import IoUtil namespace
95 status_file = IoUtil.read_json_file(STATUS_FILE)
/build/hb/containers/
H A Dstatus.py24 from util.io_util import IoUtil namespace
80 if IoUtil.read_json_file(ROOT_CONFIG_FILE).get('out_path') is not None:
81 _log_path = os.path.join(IoUtil.read_json_file(
H A Darg.py50 from util.io_util import IoUtil namespace
322 IoUtil.dump_json_file(args_file_path, args_file)
369 IoUtil.copy_file(src=default_file_path, dst=args_file_path)
370 return IoUtil.read_json_file(args_file_path)
/build/hb/util/prebuild/
H A Dpatch_process.py19 from util.io_util import IoUtil namespace
54 patch_cfg_dict = IoUtil.read_yaml_file(patch_cfg)
/build/hb/resolver/
H A Denv_args_resolver.py30 from util.io_util import IoUtil namespace
61 json_data = IoUtil.read_json_file(config_json)
H A Dbuild_args_resolver.py36 from util.io_util import IoUtil namespace
129 default_build_args = IoUtil.read_json_file(DEFAULT_BUILD_ARGS)
143 default_build_args = IoUtil.read_json_file(DEFAULT_BUILD_ARGS)
157 default_build_args = IoUtil.read_json_file(DEFAULT_BUILD_ARGS)
180 parts_data = IoUtil.read_json_file(parts_file)
/build/hb/resources/
H A Dconfig.py29 from util.io_util import IoUtil namespace
35 IoUtil.copy_file(BUILD_CONFIG_FILE, ROOT_CONFIG_FILE)
320 tools_path = IoUtil.read_json_file(
370 config_content = IoUtil.read_json_file(self.config_json)
372 IoUtil.dump_json_file(self.config_json, config_content)
376 config_content = IoUtil.read_json_file(self.config_json)
/build/hb/util/preloader/
H A Dpreloader_process_data.py21 from util.io_util import IoUtil namespace
298 device_info = IoUtil.read_json_file(device_config_file)
364 return IoUtil.read_json_file(system_base_config_file)
370 _info = IoUtil.read_json_file(_file)
379 _info = IoUtil.read_json_file(os.path.join(
409 config = IoUtil.read_json_file(self._config_file)
/build/ohos/packages/
H A Dfs_process.py29 from hb.util.io_util import IoUtil namespace
222 fs_cfg_list = IoUtil.read_yaml_file(fs_cfg_path)

Completed in 8 milliseconds