Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/erase/
H A Dsanitize_test.cpp66 estoraged::Sanitize ioctlSanitize("/dev/null", std::move(mockIOCTL)); in TEST() local
69 EXPECT_THROW(ioctlSanitize.doSanitize(4000000000), InternalFailure); in TEST()