Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A Dconstants-private.h60 constexpr const char* kVendorLegacyMatrix = "/vendor/compatibility_matrix.xml"; variable
H A DVintfObject.cpp377 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix()
655 kVendorLegacyMatrix, in dumpFileList()
/aosp12/system/libvintf/test/
H A Dvintf_object_tests.cpp437 ON_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)) in setupMockFetcher()
472 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)).Times(times); in expectVendorMatrix()