| 164 | } |
| 165 | |
| 166 | std::unique_ptr<ReadFile> openFileForRead( |
| 167 | std::string_view path, |
| 168 | const FileOptions& /*unused*/) override { |
| 169 | return std::make_unique<LocalReadFile>(extractPath(path), executor_.get()); |
| 170 | } |
| 171 | |
| 172 | std::unique_ptr<WriteFile> openFileForWrite( |
| 173 | std::string_view path, |