Searched refs:doMount (Results 1 – 4 of 4) sorted by relevance
/openbmc/estoraged/include/ |
H A D | filesystemInterface.hpp | 49 virtual int doMount(const char* source, const char* target, 111 int doMount(const char* source, const char* target, in doMount() function in estoraged::Filesystem
|
/openbmc/estoraged/src/test/ |
H A D | estoraged_test.cpp | 152 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F() 199 doMount(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() 487 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F()
|
/openbmc/estoraged/src/test/include/ |
H A D | estoraged_test.hpp | 25 MOCK_METHOD(int, doMount,
|
/openbmc/estoraged/src/ |
H A D | estoraged.cpp | 448 int retval = fsIface->doMount(cryptDevicePath.c_str(), mountPoint.c_str(), in mountFilesystem()
|