Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A DfilesystemInterface.hpp36 virtual int runMkfs(const std::string& logicalVolumePath,
100 virtual int runFsck(const std::string& logicalVolumePath,
118 int runMkfs(const std::string& logicalVolumePath, in runMkfs() argument
123 mkfsCommand.size() + logicalVolumePath.size() + options.size() + in runMkfs()
135 mkfsCommand.append(logicalVolumePath); in runMkfs()
168 int runFsck(const std::string& logicalVolumePath, in runFsck() argument
171 std::string fsckCommand("fsck " + logicalVolumePath + " " + options); in runFsck()
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp24 (const std::string& logicalVolumePath,
46 (const std::string& logicalVolumePath,