| 125 | } |
| 126 | |
| 127 | bool IsGcsPath(const char* path, bool check_default_fs) { |
| 128 | return IsSpecificPath(path, FILESYS_PREFIX_GCS, check_default_fs); |
| 129 | } |
| 130 | |
| 131 | // o3fs and ofs uses the same transport implementation, so they should share |
| 132 | // the same thread pool. |
no test coverage detected