Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A DfilesystemInterface.hpp36 virtual int runMkfs(const std::string& logicalVolumePath,
118 int runMkfs(const std::string& logicalVolumePath, in runMkfs() function in estoraged::Filesystem
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp153 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F()
205 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F()
327 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F()
351 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F()
385 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F()
427 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F()
471 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F()
519 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F()
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp23 MOCK_METHOD(int, runMkfs,
/openbmc/estoraged/src/
H A Destoraged.cpp446 int retval = fsIface->runMkfs(cryptDevicePath, {"-E", "discard"}); in createFilesystem()