Searched refs:cached_realpaths (Results 1 – 1 of 1) sorted by relevance
152 static HashTable cached_realpaths; variable1337 HashTable_Init(&cached_realpaths); in main_Init()2012 HashIter_Init(&hi, &cached_realpaths); in purge_relative_cached_realpaths()2020 HashTable_DeleteEntry(&cached_realpaths, he); in purge_relative_cached_realpaths()2033 rp = HashTable_FindValue(&cached_realpaths, pathname); in cached_realpath()2041 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp)); in cached_realpath()