Home
last modified time | relevance | path

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

/external/bsdiff/
Dextents_file_unittest.cc33 ACTION(SucceedIO) { in ACTION() argument
116 EXPECT_CALL(*mock_file_, Read(buf, 5, _)).WillOnce(SucceedIO()); in TEST_F()
118 EXPECT_CALL(*mock_file_, Read(buf + 5, 7, _)).WillOnce(SucceedIO()); in TEST_F()
120 EXPECT_CALL(*mock_file_, Read(buf + 12, 3, _)).WillOnce(SucceedIO()); in TEST_F()
137 EXPECT_CALL(*mock_file_, Read(buf, 2, _)).WillOnce(SucceedIO()); in TEST_F()
139 EXPECT_CALL(*mock_file_, Read(buf, 3, _)).WillOnce(SucceedIO()); in TEST_F()
141 EXPECT_CALL(*mock_file_, Read(buf + 3, 5, _)).WillOnce(SucceedIO()); in TEST_F()
143 EXPECT_CALL(*mock_file_, Read(buf, 2, _)).WillOnce(SucceedIO()); in TEST_F()
145 EXPECT_CALL(*mock_file_, Read(buf + 2, 3, _)).WillOnce(SucceedIO()); in TEST_F()
162 EXPECT_CALL(*mock_file_, Read(buf, 1, _)).WillOnce(SucceedIO()); in TEST_F()
[all …]