Searched refs:doMount (Results 1 – 4 of 4) sorted by relevance
| /openbmc/estoraged/include/ |
| H A D | filesystemInterface.hpp | 52 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 D | estoraged_test.hpp | 28 MOCK_METHOD(int, doMount,
|
| /openbmc/estoraged/src/test/ |
| H A D | estoraged_test.cpp | 168 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 D | estoraged.cpp | 492 retval = fsIface->doMount(cryptDevicePath.c_str(), mountPoint.c_str(), in mountFilesystem()
|