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