Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp374 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix()
618 const std::string kVendorLegacyMatrix = "/vendor/compatibility_matrix.xml"; variable
634 kVendorLegacyMatrix, in dumpFileList()
/system/libvintf/include/vintf/
DVintfObject.h394 extern const std::string kVendorLegacyMatrix;
/system/libvintf/test/
Dvintf_object_tests.cpp398 ON_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)) in setupMockFetcher()
433 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)).Times(times); in expectVendorMatrix()