Searched refs:kVendorMatrix (Results 1 - 3 of 3) sorted by relevance

/system/libvintf/include/vintf/
H A DVintfObject.h194 extern const std::string kVendorMatrix;
/system/libvintf/
H A DVintfObject.cpp257 if (etcMatrix.fetchAllInformation(kVendorMatrix, error) == OK) {
551 const std::string kVendorMatrix = kVendorVintfDir + "compatibility_matrix.xml"; member in namespace:android::vintf::details
/system/libvintf/test/
H A Dvintf_object_tests.cpp311 ON_CALL(*fetcher, fetch(StrEq(kVendorMatrix), _))
368 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorMatrix), _)).Times(times);

Completed in 22 milliseconds