Searched refs:getXmlSchemaPath (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/include/vintf/ |
D | CompatibilityMatrix.h | 62 std::string getXmlSchemaPath(const std::string& xmlFileName, const Version& version) const;
|
/system/libvintf/ |
D | CompatibilityMatrix.cpp | 110 std::string CompatibilityMatrix::getXmlSchemaPath(const std::string& xmlFileName, in getXmlSchemaPath() function in android::vintf::CompatibilityMatrix
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 1431 EXPECT_EQ(matrix.getXmlSchemaPath("media_profile", {2, 1}), in TEST_F() 1445 EXPECT_EQ(matrix.getXmlSchemaPath("media_profile", {2, 0}), in TEST_F() 1460 EXPECT_EQ(matrix.getXmlSchemaPath("media_profile", {2, 0}), "/system/etc/foo.xsd"); in TEST_F() 1473 EXPECT_EQ(matrix.getXmlSchemaPath("media_profile", {2, 0}), ""); in TEST_F()
|