Searched refs:doIoctl (Results 1 – 3 of 3) sorted by relevance
/openbmc/estoraged/src/test/erase/ |
H A D | sanitize_test.cpp | 26 MOCK_METHOD(int, doIoctl, 44 EXPECT_CALL(*mockPtr, doIoctl(_, _, _)).WillRepeatedly(Return(0)); in TEST() 67 EXPECT_CALL(*mockPtr, doIoctl(_, _, _)).WillRepeatedly(Return(1)); in TEST()
|
/openbmc/estoraged/include/ |
H A D | sanitize.hpp | 30 virtual int doIoctl(std::string_view devPath, unsigned long request, 56 int doIoctl(std::string_view devPath, unsigned long request,
|
/openbmc/estoraged/src/erase/ |
H A D | sanitize.cpp | 115 if (ioctlWrapper->doIoctl(devPath, MMC_IOC_CMD, idata) != 0) in emmcSanitize() 121 int IOCTLWrapperImpl::doIoctl(std::string_view devPath, unsigned long request, in doIoctl() function in estoraged::IOCTLWrapperImpl
|