Searched refs:FileSystemWrapper (Results 1 – 3 of 3) sorted by relevance
26 bool FileSystemWrapper::exists(const fs::path& path, std::error_code& ec) const in exists()31 void FileSystemWrapper::rename(const fs::path& oldPath, const fs::path& newPath, in rename()37 void FileSystemWrapper::create(const char* path) const in create()
25 class FileSystemWrapper : public FileSystemInterface class
44 fsPtr(std::make_unique<FileSystemWrapper>()), in Handler()49 fsPtr(std::make_unique<FileSystemWrapper>()), in Handler()