Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_net_unittest.cpp56 .WillOnce(Return(inFd)); in expectOpenFile()
57 EXPECT_CALL(sysMock, close(inFd)).WillOnce(Return(0)); in expectOpenFile()
98 static constexpr int inFd = 5; member in host_tool::__anon925496610111::NetHandleTest
151 EXPECT_CALL(sysMock, sendfile(connFd, inFd, Pointee(0), _)) in TEST_F()
167 sendfile(connFd, inFd, Pointee(0), Gt(fakeFileSize))) in TEST_F()
170 EXPECT_CALL(sysMock, sendfile(connFd, inFd, Pointee(fakeFileSize), in TEST_F()
204 sendfile(connFd, inFd, Pointee(offset), Gt(chunkSize))) in TEST_F()
212 EXPECT_CALL(sysMock, sendfile(connFd, inFd, Pointee(fakeFileSize), in TEST_F()
233 EXPECT_CALL(sysMock, sendfile(connFd, inFd, _, _)) in TEST_F()
247 EXPECT_CALL(sysMock, read(inFd, _, Ge(chunkSize))) in TEST_F()
[all …]