Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A Derase.hpp15 Erase(std::string_view inDevPath) : devPath(inDevPath) {} in Erase() argument
H A DverifyDriveGeometry.hpp18 VerifyDriveGeometry(std::string_view inDevPath) : Erase(inDevPath) {} in VerifyDriveGeometry() argument
H A Dzero.hpp23 Zero(std::string_view inDevPath) : Erase(inDevPath) {} in Zero() argument
H A Dpattern.hpp24 Pattern(std::string_view inDevPath) : Erase(inDevPath) {} in Pattern() argument
H A Dsanitize.hpp79 Sanitize(std::string_view inDevPath, in Sanitize() argument
82 Erase(inDevPath), ioctlWrapper(std::move(inIOCTL)) in Sanitize()