Home
last modified time | relevance | path

Searched defs:xmlFileName (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DValidateXml.h59 #define ASSERT_ONE_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
68 #define EXPECT_ONE_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp134 const char* xmlFileName, std::vector<const char*> xmlFileLocations, const char* xsdFilePath) { in validateXmlMultipleLocations()