Searched refs:validateImage (Results 1 – 8 of 8) sorted by relevance
75 bool validateImage(const std::string& path);
229 bool ItemUpdaterStatic::validateImage(const std::string&) in validateImage() function in openpower::software::updater::ItemUpdaterStatic
94 bool validateImage(const std::string& path);
55 bool ItemUpdaterMMC::validateImage(const std::string&) in validateImage() function in openpower::software::updater::ItemUpdaterMMC
80 bool validateImage(const std::string& path) override;
58 bool ItemUpdaterUbi::validateImage(const std::string& path) in validateImage() function in openpower::software::updater::ItemUpdaterUbi
199 virtual bool validateImage(const std::string& path) = 0;
95 if (validateImage(filePath)) in createActivation()