Home
last modified time | relevance | path

Searched refs:pkg_includes_tmp (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-sack.cpp322 Map pkg_includes_tmp; in dnf_sack_recompute_considered_map() local
323 map_init_clone(&pkg_includes_tmp, priv->pkg_includes); in dnf_sack_recompute_considered_map()
334 MAPSET(&pkg_includes_tmp, solvableid); in dnf_sack_recompute_considered_map()
338 map_and(*considered, &pkg_includes_tmp); in dnf_sack_recompute_considered_map()
339 map_free(&pkg_includes_tmp); in dnf_sack_recompute_considered_map()