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()
590 imageUpdateList.push_back(bmcFullImages); in validateSquashFSImage()591 valid = checkImage(filePath, imageUpdateList); in validateSquashFSImage()594 imageUpdateList.clear(); in validateSquashFSImage()595 imageUpdateList.assign(bmcImages.begin(), bmcImages.end()); in validateSquashFSImage()596 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()