Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.hpp76 bool validateImage(const std::string& path);
H A Ditem_updater_static.cpp229 bool ItemUpdaterStatic::validateImage(const std::string&) in validateImage() function in openpower::software::updater::ItemUpdaterStatic
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.hpp95 bool validateImage(const std::string& path);
H A Ditem_updater_mmc.cpp55 bool ItemUpdaterMMC::validateImage(const std::string&) in validateImage() function in openpower::software::updater::ItemUpdaterMMC
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.hpp81 bool validateImage(const std::string& path) override;
H A Ditem_updater_ubi.cpp58 bool ItemUpdaterUbi::validateImage(const std::string& path) in validateImage() function in openpower::software::updater::ItemUpdaterUbi
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.hpp200 virtual bool validateImage(const std::string& path) = 0;
H A Ditem_updater.cpp95 if (validateImage(filePath)) in createActivation()