Searched refs:realpath_cache_find (Results 1 – 1 of 1) sorted by relevance
435 static inline realpath_cache_bucket* realpath_cache_find(const char *path, size_t path_len, time_t … in realpath_cache_find() function466 return realpath_cache_find(path, path_len, t); in realpath_cache_lookup()582 if ((bucket = realpath_cache_find(path, len, *t)) != NULL) { in tsrm_realpath_r()
Completed in 7 milliseconds