Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/
H A Destoraged_test.cpp196 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 Destoraged.hpp142 std::string_view getCryptDevicePath() const;
/openbmc/estoraged/src/
H A Destoraged.cpp549 std::string_view EStoraged::getCryptDevicePath() const in getCryptDevicePath() function in estoraged::EStoraged