Searched refs:getXmlFilePath (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/libvintf/include/vintf/ |
H A D | HalManifest.h | 123 std::string getXmlFilePath(const std::string& xmlFileName, const Version& version) const;
|
/aosp_15_r20/system/libvintf/test/ |
H A D | LibVintfTest.cpp | 1871 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), in TEST_F() 1885 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), in TEST_F() 1900 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), "/vendor/etc/foo.xml"); in TEST_F() 1913 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), ""); in TEST_F()
|
/aosp_15_r20/system/libvintf/ |
H A D | HalManifest.cpp | 617 std::string HalManifest::getXmlFilePath(const std::string& xmlFileName, in getXmlFilePath() function in android::vintf::HalManifest
|