Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.cpp115 auto toRemove = std::get<std::string>(arg); in operator ()() local
117 while ((pos = value.find(toRemove)) != std::string::npos) in operator ()()
119 value.erase(pos, toRemove.size()); in operator ()()
/openbmc/phosphor-mrw-tools/
H A DInventory.pm83 my @toRemove;
90 push @toRemove, $card;
95 for my $c (@toRemove) {
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp202 boost::container::flat_set<std::string> toRemove; in checkAssociationEndpointRemoves() local
210 toRemove.emplace(originalEndpoint); in checkAssociationEndpointRemoves()
213 if (!toRemove.empty()) in checkAssociationEndpointRemoves()
216 toRemove, assocMaps); in checkAssociationEndpointRemoves()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js79 var toRemove = $(this).parent().data('layer-id');
80 delete layerDeps[toRemove];
H A Dlayerdetails.js64 var toRemove = $(this).parent().data('layer-id');
67 addRemoveDep(toRemove, false, function(){