Home
last modified time | relevance | path

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

/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-sack.cpp2339 std::vector<std::string> excludeNEVRAs; in collectNevraForInclusionExclusion() local
2392 copy(std::begin(artifacts), std::end(artifacts), std::back_inserter(excludeNEVRAs)); in collectNevraForInclusionExclusion()
2396 …return std::make_tuple(std::move(includeNEVRAs), std::move(excludeNEVRAs), std::move(names), std::… in collectNevraForInclusionExclusion()
2408 auto & excludeNEVRAs = std::get<1>(data); in setModuleExcludes() local
2415 std::vector<const char *> excludeNEVRAsCString(excludeNEVRAs.size() + 1); in setModuleExcludes()
2420 transform(excludeNEVRAs.begin(), excludeNEVRAs.end(), excludeNEVRAsCString.begin(), in setModuleExcludes()