Searched refs:directoryExists (Results 1 – 4 of 4) sorted by relevance
/openbmc/estoraged/include/ |
H A D | filesystemInterface.hpp | 87 virtual bool directoryExists(const std::filesystem::path& p) = 0; 133 bool directoryExists(const std::filesystem::path& p) override in directoryExists() function in estoraged::Filesystem
|
/openbmc/estoraged/src/test/ |
H A D | estoraged_test.cpp | 145 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F() 192 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F() 332 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F() 361 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F() 398 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F() 437 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F() 480 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F()
|
/openbmc/estoraged/src/test/include/ |
H A D | estoraged_test.hpp | 39 MOCK_METHOD(bool, directoryExists, (const std::filesystem::path& p),
|
/openbmc/estoraged/src/ |
H A D | estoraged.cpp | 434 if (!fsIface->directoryExists(std::filesystem::path(mountPoint))) in mountFilesystem()
|