Home
last modified time | relevance | path

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

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