Searched refs:cache_ (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp892 std::unordered_map<std::string, ZipArchiveHandle> cache_; member in class:ZipArchiveCache
898 auto it = cache_.find(key);
899 if (it != cache_.end()) {
916 cache_[key] = *handle;
921 for (const auto& it : cache_) {

Completed in 3806 milliseconds