Home
last modified time | relevance | path

Searched refs:erridx (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/graphics/common/libion/test/
H A Dion_allocate_api_test.cpp114 off_t erridx; in TEST_F() local
116 EXPECT_EQ(static_cast<off_t>(size), erridx = checkZero(fd, size, &val)) in TEST_F()
117 … << "non-zero " << val << " found at " << erridx << " byte"; in TEST_F()
H A Dion_allocate_test.cpp120 off_t erridx; in TEST_F() local
122 EXPECT_EQ(static_cast<off_t>(size), erridx = checkZero(data.fd, size, &val)) in TEST_F()
123 … << "non-zero " << val << " found at " << erridx << " byte"; in TEST_F()