Home
last modified time | relevance | path

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

/system/libvintf/
Dconstants-private.h62 constexpr const char* kSystemLegacyMatrix = "/system/compatibility_matrix.xml"; variable
DVintfObject.cpp150 kSystemLegacyMatrix, _2)); in getFrameworkCompatibilityMatrix()
657 kSystemLegacyMatrix, in dumpFileList()
/system/libvintf/test/
Dvintf_object_tests.cpp443 ON_CALL(fetcher(), fetch(StrEq(kSystemLegacyMatrix), _)) in setupMockFetcher()
476 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemLegacyMatrix), _)).Times(times); in expectSystemMatrix()
667 expectNeverFetch(kSystemLegacyMatrix); in TEST_F()
703 expectNeverFetch(kSystemLegacyMatrix); in TEST_F()
968 expectNeverFetch(kSystemLegacyMatrix); in SetUp()