| 218 | } |
| 219 | |
| 220 | int check_leading_path(const char *name, int len, int warn_on_lstat_err) |
| 221 | { |
| 222 | return threaded_check_leading_path(&default_cache, name, len, |
| 223 | warn_on_lstat_err); |
| 224 | } |
| 225 | |
| 226 | /* |
| 227 | * Return zero if some leading path component of 'name' does not exist. |
no test coverage detected