Searched refs:pkg_it (Results 1 – 1 of 1) sorted by relevance
131 for (auto pkg_it = pkg_map.begin(); pkg_it != pkg_map.end(); ++pkg_it) { variable132 if (pkg_it->first.full_path == full_path &&133 pkg_it->first.is_temp_mount == match_temp_mounts) {134 pkg_map.erase(pkg_it);155 for (auto pkg_it = pkg_map.begin(); pkg_it != pkg_map.end(); ++pkg_it) { in SetLatestLocked() local156 if (pkg_it->first.full_path == full_path) { in SetLatestLocked()157 pkg_it->second = true; in SetLatestLocked()160 if (reset_it != pkg_it) { in SetLatestLocked()