| 991 | } |
| 992 | |
| 993 | Result<std::shared_ptr<FileSystem>> FileSystemFromUriOrPath(const std::string& uri_string, |
| 994 | std::string* out_path) { |
| 995 | return FileSystemFromUriOrPath(uri_string, io::default_io_context(), out_path); |
| 996 | } |
| 997 | |
| 998 | Result<std::shared_ptr<FileSystem>> FileSystemFromUriOrPath( |
| 999 | const std::string& uri_string, const io::IOContext& io_context, |