Searched refs:removeDirectory (Results 1 – 4 of 4) sorted by relevance
79 virtual bool removeDirectory(const std::filesystem::path& p) = 0;128 bool removeDirectory(const std::filesystem::path& p) override in removeDirectory() function in estoraged::Filesystem
159 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()
36 MOCK_METHOD(bool, removeDirectory, (const std::filesystem::path& p),
456 fsIface->removeDirectory(std::filesystem::path(mountPoint)); in mountFilesystem()483 bool success = fsIface->removeDirectory(std::filesystem::path(mountPoint)); in unmountFilesystem()