Searched refs:IoUtil (Results 1 - 18 of 18) sorted by relevance
/build/hb/services/ |
H A D | preloader.py | 22 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 D | ninja.py | 26 from util.io_util import IoUtil namespace 50 ninja_env_allowlist = IoUtil.read_json_file(
|
H A D | hdc.py | 32 from util.io_util import IoUtil namespace 88 bundle_info = IoUtil.read_json_file(bundle_file)
|
H A D | hpm.py | 33 from util.io_util import IoUtil namespace
|
H A D | gn.py | 32 from util.io_util import IoUtil namespace
|
/build/hb/util/ |
H A D | component_util.py | 25 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 D | product_util.py | 22 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 D | io_util.py | 29 class IoUtil(metaclass=NoInstance): class
|
H A D | monitor.py | 28 from io_util import IoUtil
namespace 140 config_content = IoUtil.read_json_file(ROOT_CONFIG_FILE)
|
H A D | log_util.py | 26 from util.io_util import IoUtil namespace 95 status_file = IoUtil.read_json_file(STATUS_FILE)
|
/build/hb/containers/ |
H A D | status.py | 24 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 D | arg.py | 50 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 D | patch_process.py | 19 from util.io_util import IoUtil namespace 54 patch_cfg_dict = IoUtil.read_yaml_file(patch_cfg)
|
/build/hb/resolver/ |
H A D | env_args_resolver.py | 30 from util.io_util import IoUtil namespace 61 json_data = IoUtil.read_json_file(config_json)
|
H A D | build_args_resolver.py | 36 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 D | config.py | 29 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 D | preloader_process_data.py | 21 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 D | fs_process.py | 29 from hb.util.io_util import IoUtil namespace 222 fs_cfg_list = IoUtil.read_yaml_file(fs_cfg_path)
|
Completed in 8 milliseconds