Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp452 kSystemExtVintfDir, in getAllFrameworkMatrixLevels()
601 const std::string kSystemExtVintfDir = "/system_ext/etc/vintf/"; variable
609 const std::string kSystemExtManifest = kSystemExtVintfDir + "manifest.xml";
615 const std::string kSystemExtManifestFragmentDir = kSystemExtVintfDir + "manifest/";
631 kSystemExtVintfDir, in dumpFileList()
938 if (android::base::StartsWith(namedMatrix.fileName(), kSystemExtVintfDir)) { in hasFrameworkCompatibilityMatrixExtensions()
/system/libvintf/include/vintf/
DVintfObject.h378 extern const std::string kSystemExtVintfDir;
/system/libvintf/test/
Dvintf_object_tests.cpp1621 SetUpMockMatrices(kSystemExtVintfDir, GetOemFcmMatrixLevels("systemext")); in TEST_P()