Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A DfilesystemInterface.hpp79 virtual bool removeDirectory(const std::filesystem::path& p) = 0;
128 bool removeDirectory(const std::filesystem::path& p) override in removeDirectory() function in estoraged::Filesystem
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp159 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
206 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
372 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
451 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
494 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp36 MOCK_METHOD(bool, removeDirectory, (const std::filesystem::path& p),
/openbmc/estoraged/src/
H A Destoraged.cpp456 fsIface->removeDirectory(std::filesystem::path(mountPoint)); in mountFilesystem()
483 bool success = fsIface->removeDirectory(std::filesystem::path(mountPoint)); in unmountFilesystem()