Home
last modified time | relevance | path

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

/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DValidateXml.h38 #define ASSERT_VALID_XML(xmlFilePath, xsdFilePath) \ argument
43 #define EXPECT_VALID_XML(xmlFilePath, xsdFilePath) \ argument
/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp94 ::testing::AssertionResult validateXml(const char* xmlFilePathExpr, const char* xsdFilePathExpr, in validateXml()
142 std::string xmlFilePath = location + "/"s + xmlFileName; in validateXmlMultipleLocations() local