| 961 | } // namespace |
| 962 | |
| 963 | Result<std::shared_ptr<FileSystem>> FileSystemFromUri(const std::string& uri_string, |
| 964 | std::string* out_path) { |
| 965 | return FileSystemFromUri(uri_string, io::default_io_context(), out_path); |
| 966 | } |
| 967 | |
| 968 | Result<std::shared_ptr<FileSystem>> FileSystemFromUri(const std::string& uri_string, |
| 969 | const io::IOContext& io_context, |