Searched refs:offset_out (Results 1 – 1 of 1) sorted by relevance
227 off_t offset_out = 1 << 29; in TEST_F() local238 out.body.lseek.offset = offset_out; in TEST_F()257 off_t offset_out = 1 << 29; in TEST_F() local269 out.body.lseek.offset = offset_out; in TEST_F()350 off_t offset_out = 1 << 29; in TEST_F() local366 out.body.lseek.offset = offset_out; in TEST_F()369 EXPECT_EQ(offset_out, lseek(fd, offset_in, SEEK_DATA)); in TEST_F()370 EXPECT_EQ(offset_out, lseek(fd, 0, SEEK_CUR)); in TEST_F()423 off_t offset_out = 1 << 29; in TEST_F() local439 out.body.lseek.offset = offset_out; in TEST_F()[all …]