Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/
H A Destoraged_test.cpp204 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F()
207 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
212 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
215 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
218 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
256 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F()
259 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
264 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
267 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
270 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
[all …]
/openbmc/estoraged/include/
H A Destoraged.hpp139 std::string_view getMountPoint() const;
/openbmc/estoraged/src/
H A Destoraged.cpp324 std::string_view EStoraged::getMountPoint() const in getMountPoint() function in estoraged::EStoraged