Searched refs:cached_realpaths (Results 1 – 1 of 1) sorted by relevance
151 static HashTable cached_realpaths; variable1340 HashTable_Init(&cached_realpaths); in main_Init()1980 HashIter_Init(&hi, &cached_realpaths); in purge_relative_cached_realpaths()1986 HashTable_DeleteEntry(&cached_realpaths, he); in purge_relative_cached_realpaths()2004 rp = HashTable_FindValue(&cached_realpaths, pathname); in cached_realpath()2014 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp)); in cached_realpath()