Searched refs:imageUpdateList (Results 1 – 4 of 4) sorted by relevance
162 std::vector<std::string> imageUpdateList = {bmcFullImages}; in verify() local164 imageUpdateList, bmcFilesFound); in verify()173 imageUpdateList.clear(); in verify()174 imageUpdateList.assign(bmcImages.begin(), bmcImages.end()); in verify()176 imageUpdateList, bmcFilesFound); in verify()
580 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()
271 std::vector<std::string> imageUpdateList; member in phosphor::software::updater::ItemUpdater
54 for (const auto& bmcImage : parent.imageUpdateList) in flashWrite()