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

/hardware/interfaces/audio/2.0/vts/functional/utility/
H A DValidateXml.cpp123 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get())); local
124 int ret = xmlSchemaValidateDoc(schemaCtxt.get(), doc.get());

Completed in 4 milliseconds