Home
last modified time | relevance | path

Searched refs:bundle_file (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/build/hb/services/
H A Dhdc.py85bundle_file = os.path.join(self.hpm_config_path, '.hpmcache/binarys/subsystem', part_name, "bundle…
86 if not os.path.exists(bundle_file):
88 bundle_info = IoUtil.read_json_file(bundle_file)
94 src = os.path.join(os.path.dirname(bundle_file), src)
/ohos5.0/build/tools/component_tools/static_check/bundle_check/
H A Dget_subsystem_with_component.py53 with open(bundle_path, 'rb') as bundle_file:
54 bundle_json = json.load(bundle_file)
/ohos5.0/build/hb/util/loader/
H A Dload_ohos_build.py84 def get_syscap_from_bundle(bundle_file): argument
85 if not os.path.exists(bundle_file):
87 "config file '{}' doesn't exist.".format(bundle_file), "2014")
88 bundle_config = read_json_file(bundle_file)
91 "read file '{}' failed.".format(bundle_file), "2014")