HomeSort by: relevance | last modified time | path
    Searched defs:cached_stats (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
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) {
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) {

Completed in 23 milliseconds