Searched refs:kVendorLegacyMatrix (Results 1 – 3 of 3) sorted by relevance
374 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix()618 const std::string kVendorLegacyMatrix = "/vendor/compatibility_matrix.xml"; variable634 kVendorLegacyMatrix, in dumpFileList()
394 extern const std::string kVendorLegacyMatrix;
398 ON_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)) in setupMockFetcher()433 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)).Times(times); in expectVendorMatrix()