Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_manager.cpp215 auto allSoftwareObjs = getSoftwareObjects(bus); in processImage() local
217 std::find(allSoftwareObjs.begin(), allSoftwareObjs.end(), objPath); in processImage()
218 if (versions.find(id) == versions.end() && it == allSoftwareObjs.end()) in processImage()