Searched refs:to_be_installed (Results 1 – 1 of 1) sorted by relevance
2847 std::vector<std::string> to_be_installed; in MaybeFinishDelayedInstallations() local2851 to_be_installed.push_back((*it)->id()); in MaybeFinishDelayedInstallations()2853 for (std::vector<std::string>::const_iterator it = to_be_installed.begin(); in MaybeFinishDelayedInstallations()2854 it != to_be_installed.end(); in MaybeFinishDelayedInstallations()