Searched refs:cached (Results 1 – 3 of 3) sorted by relevance
422 auto cached = resolved_paths_.find(path); in get_paths() local423 if (cached == resolved_paths_.end()) { in get_paths()425 cached = resolved_paths_.find(path); in get_paths()427 CHECK(cached != resolved_paths_.end()); in get_paths()428 if (cached->second.empty()) { in get_paths()431 resolved_paths.push_back(cached->second); in get_paths()
79 possible, this call should clear thread cached memory if it exists. The
44 dynamic linker's caching code cached failures too, so it was necessary