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