Searched refs:cached (Results 1 – 3 of 3) sorted by relevance
423 auto cached = resolved_paths_.find(path); in get_paths() local424 if (cached == resolved_paths_.end()) { in get_paths()426 cached = resolved_paths_.find(path); in get_paths()428 CHECK(cached != resolved_paths_.end()); in get_paths()429 if (cached->second.empty()) { in get_paths()432 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