Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DCompatibilityMatrix.h62 std::string getXmlSchemaPath(const std::string& xmlFileName, const Version& version) const;
/system/libvintf/
DCompatibilityMatrix.cpp110 std::string CompatibilityMatrix::getXmlSchemaPath(const std::string& xmlFileName, in getXmlSchemaPath() function in android::vintf::CompatibilityMatrix
/system/libvintf/test/
DLibVintfTest.cpp1431 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()