Searched refs:kSystemVintfDir (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/ |
D | VintfObject.cpp | 194 *error = "No framework compatibility matrix files under " + kSystemVintfDir + in getCombinedFrameworkMatrix() 451 kSystemVintfDir, in getAllFrameworkMatrixLevels() 479 if (dir == kSystemVintfDir && results->empty()) { in getAllFrameworkMatrixLevels() 597 const std::string kSystemVintfDir = "/system/etc/vintf/"; variable 604 const std::string kSystemManifest = kSystemVintfDir + "manifest.xml"; 612 const std::string kSystemManifestFragmentDir = kSystemVintfDir + "manifest/"; 627 kSystemVintfDir, in dumpFileList() 942 if (android::base::StartsWith(namedMatrix.fileName(), kSystemVintfDir) && in hasFrameworkCompatibilityMatrixExtensions()
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 585 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in TEST_F() 593 expectFetch(kSystemVintfDir + "compatibility_matrix.1.xml", in TEST_F() 595 expectFetch(kSystemVintfDir + "compatibility_matrix.empty.xml", in TEST_F() 606 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in TEST_F() 619 expectFetch(kSystemVintfDir + "compatibility_matrix.1.xml", in TEST_F() 621 expectFetch(kSystemVintfDir + "compatibility_matrix.empty.xml", in TEST_F() 877 EXPECT_CALL(fetcher(), listFiles(StrEq(kSystemVintfDir), _, _)) in SetUp() 885 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.1.xml", systemMatrixLevel1); in SetUp() 886 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.2.xml", systemMatrixLevel2); in SetUp() 1013 SetUpMockMatrices(kSystemVintfDir, xmls); in SetUpMockSystemMatrices()
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 374 extern const std::string kSystemVintfDir;
|