Searched refs:getCryptDevicePath (Results 1 – 3 of 3) sorted by relevance
/openbmc/estoraged/src/test/ |
H A D | estoraged_test.cpp | 142 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()))) in TEST_F() 152 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F() 189 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()))) in TEST_F() 199 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F() 306 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()))) in TEST_F() 329 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()))) in TEST_F() 358 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()))) in TEST_F() 368 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F() 405 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F() 444 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F() [all …]
|
/openbmc/estoraged/include/ |
H A D | estoraged.hpp | 115 std::string_view getCryptDevicePath() const;
|
/openbmc/estoraged/src/ |
H A D | estoraged.cpp | 517 std::string_view EStoraged::getCryptDevicePath() const in getCryptDevicePath() function in estoraged::EStoraged
|