| 140 | } |
| 141 | |
| 142 | bool IsSFSPath(const char* path, bool check_default_fs) { |
| 143 | return IsSpecificPath(path, FILESYS_PREFIX_SFS, check_default_fs); |
| 144 | } |
| 145 | |
| 146 | bool IsOBSPath(const char* path, bool check_default_fs) { |
| 147 | return IsSpecificPath(path, FILESYS_PREFIX_OBS, check_default_fs); |
no test coverage detected