Searched refs:xmlLibrary (Results 1 – 1 of 1) sorted by relevance
145 bool parseLibrary(const XMLElement& xmlLibrary, Libraries* libraries) { in parseLibrary() argument146 const char* name = xmlLibrary.Attribute("name"); in parseLibrary()147 const char* path = xmlLibrary.Attribute("path"); in parseLibrary()149 ALOGE("library must have a name and a path: %s", dump(xmlLibrary)); in parseLibrary()298 for (auto& xmlLibrary : getChildren(xmlLibraries, "library")) { in parseWithPath() local299 registerFailure(parseLibrary(xmlLibrary, &config->libraries)); in parseWithPath()