Home
last modified time | relevance | path

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

/system/libvintf/test/
Dvintf_object_tests.cpp598 expectFetch(kVendorManifest, "<manifest " + kMetaVersionStr + " type=\"device\" />\n"); in TEST_F()
634 expectFetch(kVendorManifest, "<manifest " + kMetaVersionStr + " type=\"device\" />\n"); in TEST_F()
727 void expectVendorManifest() { expectFetch(kVendorManifest, vendorEtcManifest); } in expectVendorManifest()
729 void noVendorManifest() { expectFileNotExist(StrEq(kVendorManifest)); } in noVendorManifest()
796 expectFileNotExist(StrEq(kVendorManifest)); in SetUp()
890 expectFetchRepeatedly(kVendorManifest, in SetUp()
1033 … expectFetch(kVendorManifest, "<manifest " + kMetaVersionStr + " type=\"device\" target-level=\"" + in expectTargetFcmVersion()
1261 expectFetch(kVendorManifest, xml); in expectKernelFcmVersion()
/system/libvintf/include/vintf/
DVintfObject.h381 extern const std::string kVendorManifest;
/system/libvintf/
DVintfObject.cpp305 status = fetchOneHalManifest(kVendorManifest, out, error); in fetchVendorHalManifest()
603 const std::string kVendorManifest = kVendorVintfDir + "manifest.xml"; variable