Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_verify.cpp162 std::vector<std::string> imageUpdateList = {bmcFullImages}; in verify() local
164 imageUpdateList, bmcFilesFound); in verify()
173 imageUpdateList.clear(); in verify()
174 imageUpdateList.assign(bmcImages.begin(), bmcImages.end()); in verify()
176 imageUpdateList, bmcFilesFound); in verify()
H A Ditem_updater.cpp580 imageUpdateList.push_back(bmcFullImages); in validateSquashFSImage()
581 valid = checkImage(filePath, imageUpdateList); in validateSquashFSImage()
584 imageUpdateList.clear(); in validateSquashFSImage()
585 imageUpdateList.assign(bmcImages.begin(), bmcImages.end()); in validateSquashFSImage()
586 valid = checkImage(filePath, imageUpdateList); in validateSquashFSImage()
H A Ditem_updater.hpp271 std::vector<std::string> imageUpdateList; member in phosphor::software::updater::ItemUpdater
/openbmc/phosphor-bmc-code-mgmt/bmc/static/
H A Dflash.cpp54 for (const auto& bmcImage : parent.imageUpdateList) in flashWrite()