Home
last modified time | relevance | path

Searched refs:cached_stats (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/make/
H A Ddir.c401 cached_stats(const char *pathname, struct cached_stat *out_cst, in cached_stats() function
445 return cached_stats(pathname, cst, false, false); in cached_stat()
451 return cached_stats(pathname, cst, true, false); in cached_lstat()
1425 if (cached_stats(fullName, &cst, false, forceRefresh) < 0) { in Dir_UpdateMTime()