Searched refs:xmlFileName (Results 1 – 2 of 2) sorted by relevance
85 TaskGeneric* ModelBuilder::parseTestDescriptionXml(const android::String8& xmlFileName, in parseTestDescriptionXml() argument89 int error = doc.LoadFile(xmlFileName.string()); in parseTestDescriptionXml()91 …LOGE("ModelBuilder::parseTestDescriptionXml cannot load file %s: %d", xmlFileName.string(), error); in parseTestDescriptionXml()98 return parseBatch(*root, xmlFileName); in parseTestDescriptionXml()188 TaskBatch* ModelBuilder::parseBatch(const XMLElement& root, const android::String8& xmlFileName) in parseBatch() argument205 android::String8 path = xmlFileName.getPathDir(); in parseBatch()
43 virtual TaskGeneric* parseTestDescriptionXml(const android::String8& xmlFileName,55 …rtual TaskBatch* parseBatch(const tinyxml2::XMLElement& root, const android::String8& xmlFileName);