Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp294 fetchOneHalManifest(kOdmVintfDir + "manifest_" + productModel + ".xml", out, error); in fetchOdmHalManifest()
613 const std::string kOdmVintfDir = "/odm/etc/vintf/"; variable
619 const std::string kOdmManifest = kOdmVintfDir + "manifest.xml";
625 const std::string kOdmManifestFragmentDir = kOdmVintfDir + "manifest/";
640 kOdmVintfDir, in dumpFileList()
/system/libvintf/test/
Dvintf_object_tests.cpp378 ON_CALL(fetcher(), fetch(StrEq(kOdmVintfDir + "manifest_" + productModel + ".xml"), _)) in setupMockFetcher()
449 fetch(StrEq(kOdmVintfDir + "manifest_" + productModel + ".xml"), _)) in expectVendorManifest()
884 expectFileNotExist(StrEq(kOdmVintfDir + "manifest_" + productModel + ".xml")); in expectOdmManifest()
962 expectFetch(kOdmVintfDir + "manifest_" + productModel + ".xml", odmProductManifest); in TEST_F()
/system/libvintf/include/vintf/
DVintfObject.h369 extern const std::string kOdmVintfDir;