Lines Matching refs:data
60 data = IoUtil.read_json_file(bundle_path)
61 return data['component']['name']
69 data = IoUtil.read_json_file(bundle_path)
70 return data['component']['name'], os.path.dirname(bundle_path)
137 data = IoUtil.read_json_file(bundle_json)
138 bundles_path = process_bundle_path(bundle_json, bundles_path, data)
143 def process_bundle_path(bundle_json, bundles_path, data):
144 if data.get("component") and data.get("component").get("name"):
145 bundles_path[data["component"]["name"]] = os.path.dirname(bundle_json)