| 194 | } |
| 195 | |
| 196 | static unsigned int lstat_cache(struct cache_def *cache, const char *name, int len, |
| 197 | unsigned int track_flags, int prefix_len_stat_func) |
| 198 | { |
| 199 | unsigned int flags; |
| 200 | (void)lstat_cache_matchlen(cache, name, len, &flags, track_flags, |
| 201 | prefix_len_stat_func); |
| 202 | return flags; |
| 203 | } |
| 204 | |
| 205 | #define USE_ONLY_LSTAT 0 |
| 206 |
no test coverage detected