Home
last modified time | relevance | path

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

/system/libvintf/test/
Dvintf_object_tests.cpp384 ON_CALL(fetcher(), fetch(StrEq(kVendorLegacyManifest), _)) in setupMockFetcher()
425 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyManifest), _)).Times(times); in expectVendorManifest()
780 expectFetch(kVendorLegacyManifest, vendorManifest); in TEST_F()
798 expectNeverFetch(kVendorLegacyManifest); in SetUp()
/system/libvintf/
DVintfObject.cpp283 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyManifest, error); in fetchDeviceHalManifest()
617 const std::string kVendorLegacyManifest = "/vendor/manifest.xml"; variable
633 kVendorLegacyManifest, in dumpFileList()
/system/libvintf/include/vintf/
DVintfObject.h393 extern const std::string kVendorLegacyManifest;