Searched refs:getXmlFilePath (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/include/vintf/ |
D | HalManifest.h | 119 std::string getXmlFilePath(const std::string& xmlFileName, const Version& version) const;
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 1380 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), in TEST_F() 1394 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), in TEST_F() 1409 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), "/vendor/etc/foo.xml"); in TEST_F() 1422 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), ""); in TEST_F()
|
/system/libvintf/ |
D | HalManifest.cpp | 490 std::string HalManifest::getXmlFilePath(const std::string& xmlFileName, in getXmlFilePath() function in android::vintf::HalManifest
|