Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DHalManifest.h123 std::string getXmlFilePath(const std::string& xmlFileName, const Version& version) const;
/system/libvintf/test/
DLibVintfTest.cpp1384 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), in TEST_F()
1398 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), in TEST_F()
1413 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), "/vendor/etc/foo.xml"); in TEST_F()
1426 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), ""); in TEST_F()
/system/libvintf/
DHalManifest.cpp514 std::string HalManifest::getXmlFilePath(const std::string& xmlFileName, in getXmlFilePath() function in android::vintf::HalManifest