Lines Matching refs:cached_stat
401 cached_stats(const char *pathname, struct cached_stat *out_cst, in cached_stats()
406 struct cached_stat *cst; in cached_stats()
443 cached_stat(const char *pathname, struct cached_stat *cst) in cached_stat() function
449 cached_lstat(const char *pathname, struct cached_stat *cst) in cached_lstat()
978 struct cached_stat cst; in DirLookupSubdir()
985 if (cached_stat(file, &cst) == 0) { in DirLookupSubdir()
1168 struct cached_stat cst; in FindFile()
1254 if (cached_stat(name, &cst) == 0) in FindFile()
1301 struct cached_stat cst; in Dir_FindHereOrAbove()
1310 if (cached_stat(try, &cst) != -1) { in Dir_FindHereOrAbove()
1411 struct cached_stat cst; in Dir_UpdateMTime()