Home
last modified time | relevance | path

Searched refs:schemaCtxt (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp119 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get())); in validateXml() local
120 int ret = xmlSchemaValidateDoc(schemaCtxt.get(), doc.get()); in validateXml()