Home
last modified time | relevance | path

Searched refs:doMount (Results 1 – 4 of 4) sorted by relevance

/openbmc/estoraged/include/
H A DfilesystemInterface.hpp52 virtual int doMount(const char* source, const char* target,
141 int doMount(const char* source, const char* target, in doMount() function in estoraged::Filesystem
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp28 MOCK_METHOD(int, doMount,
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp168 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F()
220 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F()
400 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F()
442 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F()
486 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F()
534 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F()
/openbmc/estoraged/src/
H A Destoraged.cpp492 retval = fsIface->doMount(cryptDevicePath.c_str(), mountPoint.c_str(), in mountFilesystem()