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.cpp153 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
156 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
200 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
203 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
369 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
406 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
409 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
445 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
448 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
488 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
[all …]
/openbmc/estoraged/include/
H A Destoraged.hpp112 std::string_view getMountPoint() const;
/openbmc/estoraged/src/
H A Destoraged.cpp305 std::string_view EStoraged::getMountPoint() const in getMountPoint() function in estoraged::EStoraged