Searched refs:bundle_file (Results 1 – 3 of 3) sorted by relevance
85 …bundle_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)
53 with open(bundle_path, 'rb') as bundle_file:54 bundle_json = json.load(bundle_file)
84 def get_syscap_from_bundle(bundle_file): argument85 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")