Home
last modified time | relevance | path

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

/openbmc/gpioplus/test/internal/
H A Dfd.cpp227 EXPECT_CALL(mock, fcntl_getfl(expected_fd)) in TEST_F()
236 EXPECT_CALL(mock, fcntl_getfl(expected_fd)) in TEST_F()
245 EXPECT_CALL(mock, fcntl_getfl(expected_fd)) in TEST_F()
254 EXPECT_CALL(mock, fcntl_getfl(expected_fd)) in TEST_F()
263 EXPECT_CALL(mock, fcntl_getfl(expected_fd)) in TEST_F()
270 EXPECT_CALL(mock, fcntl_getfl(expected_fd)).WillOnce(Return(0)); in TEST_F()
/openbmc/gpioplus/src/gpioplus/internal/
H A Dsys.hpp24 virtual int fcntl_getfl(int fd) const = 0;
50 int fcntl_getfl(int fd) const override;
H A Dsys.cpp38 int SysImpl::fcntl_getfl(int fd) const in fcntl_getfl() function in gpioplus::internal::SysImpl
H A Dfd.cpp113 int flags = sys->fcntl_getfl(fd); in getFlags()
/openbmc/gpioplus/src/gpioplus/test/
H A Dsys.hpp19 MOCK_CONST_METHOD1(fcntl_getfl, int(int));