Searched refs:getMountPoint (Results 1 – 3 of 3) sorted by relevance
| /openbmc/estoraged/src/test/ |
| H A D | estoraged_test.cpp | 161 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) 164 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in createMappedDev() 169 StrEq(esObject->getMountPoint()), _, _, _)) in createMappedDev() 172 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in createMappedDev() 175 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) 213 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F() 216 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F() 221 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F() 224 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F() 227 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F() [all...] |
| /openbmc/estoraged/include/ |
| H A D | estoraged.hpp | 139 std::string_view getMountPoint() const;
|
| /openbmc/estoraged/src/ |
| H A D | estoraged.cpp | 324 std::string_view EStoraged::getMountPoint() const in getMountPoint() function in estoraged::EStoraged
|