Home
last modified time | relevance | path

Searched refs:vendorManifest (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/
DVintfObject.cpp244 HalManifest vendorManifest; in fetchDeviceHalManifest() local
245 status_t vendorStatus = fetchVendorHalManifest(&vendorManifest, error); in fetchDeviceHalManifest()
251 *out = std::move(vendorManifest); in fetchDeviceHalManifest()
/system/libvintf/test/
Dvintf_object_tests.cpp665 const std::string vendorManifest = variable
780 expectFetch(kVendorLegacyManifest, vendorManifest); in TEST_F()