dir.c | 401 cached_stats(const char *pathname, struct cached_stat *out_cst, function in typeref:typename:int 445 return cached_stats(pathname, cst, false, false); 451 return cached_stats(pathname, cst, true, false); 1425 if (cached_stats(fullName, &cst, false, forceRefresh) < 0) {
|