| 254 | } |
| 255 | |
| 256 | int has_dirs_only_path(const char *name, int len, int prefix_len) |
| 257 | { |
| 258 | return threaded_has_dirs_only_path(&default_cache, name, len, prefix_len); |
| 259 | } |
| 260 | |
| 261 | /* |
| 262 | * Return non-zero if all path components of 'name' exists as a |
no test coverage detected