Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ditem_updater.cpp511 auto iteratorActivations = activations.find(entryId); in erase() local
512 if (iteratorActivations == activations.end()) in erase()
520 removeAssociations(iteratorActivations->second->path); in erase()
521 iteratorActivations->second->deleteImageManagerObject(); in erase()