Home
last modified time | relevance | path

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

/system/libvintf/test/
Dvintf_object_tests.cpp605 expectFetch(kVendorManifest, "<manifest " + kMetaVersionStr + " type=\"device\" />\n"); in TEST_F()
641 expectFetch(kVendorManifest, "<manifest " + kMetaVersionStr + " type=\"device\" />\n"); in TEST_F()
734 void expectVendorManifest() { expectFetch(kVendorManifest, vendorEtcManifest); } in expectVendorManifest()
736 void noVendorManifest() { expectFileNotExist(StrEq(kVendorManifest)); } in noVendorManifest()
803 expectFileNotExist(StrEq(kVendorManifest)); in SetUp()
897 expectFetchRepeatedly(kVendorManifest, in SetUp()
1040 … expectFetch(kVendorManifest, "<manifest " + kMetaVersionStr + " type=\"device\" target-level=\"" + in expectTargetFcmVersion()
1268 expectFetch(kVendorManifest, xml); in expectKernelFcmVersion()
/system/libvintf/include/vintf/
DVintfObject.h386 extern const std::string kVendorManifest;
/system/libvintf/
DVintfObject.cpp308 status = fetchOneHalManifest(kVendorManifest, out, error); in fetchVendorHalManifest()
609 const std::string kVendorManifest = kVendorVintfDir + "manifest.xml"; variable