Searched defs:schemaParserCtxt (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/audio/2.0/vts/functional/utility/
H A DValidateXml.cpp104 auto schemaParserCtxt = make_xmlUnique(xmlSchemaNewParserCtxt(xsdFilePath)); local
105 auto schema = make_xmlUnique(xmlSchemaParse(schemaParserCtxt.get()));

Completed in 23 milliseconds