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

/system/libvintf/
H A DVintfObject.cpp216 FetchOneHalManifest(kOdmVintfDir + "manifest_" + productModel + ".xml", out, error);
547 const std::string kOdmVintfDir = "/odm/etc/vintf/"; member in namespace:android::vintf::details
552 const std::string kOdmManifest = kOdmVintfDir + "manifest.xml";
563 kSystemVintfDir, kVendorVintfDir, kOdmVintfDir, kOdmLegacyVintfDir,
/system/libvintf/include/vintf/
H A DVintfObject.h189 extern const std::string kOdmVintfDir;
/system/libvintf/test/
H A Dvintf_object_tests.cpp290 ON_CALL(*fetcher, fetch(StrEq(kOdmVintfDir + "manifest_" + productModel + ".xml"), _))
355 fetch(StrEq(kOdmVintfDir + "manifest_" + productModel + ".xml"), _))
791 expectFileNotExist(StrEq(kOdmVintfDir + "manifest_" + productModel + ".xml"));
868 expectFetch(kOdmVintfDir + "manifest_" + productModel + ".xml", odmProductManifest);

Completed in 67 milliseconds