Searched refs:getCryptDevicePath (Results 1 – 3 of 3) sorted by relevance
| /openbmc/estoraged/src/test/ |
| H A D | estoraged_test.cpp | 196 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F() 200 EXPECT_CALL(*mockFsIface, runFsck(StrEq(esObject->getCryptDevicePath()), in TEST_F() 211 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F() 248 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F() 252 EXPECT_CALL(*mockFsIface, runFsck(StrEq(esObject->getCryptDevicePath()), in TEST_F() 263 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F() 370 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F() 394 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F() 398 EXPECT_CALL(*mockFsIface, runFsck(StrEq(esObject->getCryptDevicePath()), in TEST_F() 428 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F() [all …]
|
| /openbmc/estoraged/include/ |
| H A D | estoraged.hpp | 142 std::string_view getCryptDevicePath() const;
|
| /openbmc/estoraged/src/ |
| H A D | estoraged.cpp | 549 std::string_view EStoraged::getCryptDevicePath() const in getCryptDevicePath() function in estoraged::EStoraged
|