Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp247 HalManifest vendorManifest; in fetchDeviceHalManifest() local
248 status_t vendorStatus = fetchVendorHalManifest(&vendorManifest, error); in fetchDeviceHalManifest()
254 *out = std::move(vendorManifest); in fetchDeviceHalManifest()
/system/libvintf/test/
Dvintf_object_tests.cpp733 const std::string vendorManifest = variable
848 expectFetch(kVendorLegacyManifest, vendorManifest); in TEST_F()