Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A DfilesystemInterface.hpp171 std::string fsckCommand("fsck " + logicalVolumePath + " " + options); in runFsck() local
173 return system(fsckCommand.c_str()); in runFsck()