Searched refs:runMkfs (Results 1 – 4 of 4) sorted by relevance
| /openbmc/estoraged/include/ |
| H A D | filesystemInterface.hpp | 36 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 D | estoraged_test.cpp | 153 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 D | estoraged_test.hpp | 23 MOCK_METHOD(int, runMkfs,
|
| /openbmc/estoraged/src/ |
| H A D | estoraged.cpp | 446 int retval = fsIface->runMkfs(cryptDevicePath, {"-E", "discard"}); in createFilesystem()
|