| 973 | } |
| 974 | |
| 975 | Result<std::shared_ptr<FileSystem>> FileSystemFromUriOrPath(const std::string& uri_string, |
| 976 | std::string* out_path) { |
| 977 | return FileSystemFromUriOrPath(uri_string, io::default_io_context(), out_path); |
| 978 | } |
| 979 | |
| 980 | Result<std::shared_ptr<FileSystem>> FileSystemFromUriOrPath( |
| 981 | const std::string& uri_string, const io::IOContext& io_context, |