Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.hpp93 static int validateSquashFSImage(const std::string& filePath);
H A Ditem_updater_ubi.cpp60 return validateSquashFSImage(path) == 0; in validateImage()
177 int ItemUpdaterUbi::validateSquashFSImage(const std::string& filePath) in validateSquashFSImage() function in openpower::software::updater::ItemUpdaterUbi
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ditem_updater.hpp300 ActivationStatus validateSquashFSImage(const std::string& filePath);
H A Ditem_updater.cpp168 result = ItemUpdater::validateSquashFSImage(filePath); in verifyAndCreateObjects()
573 ItemUpdater::ActivationStatus ItemUpdater::validateSquashFSImage( in validateSquashFSImage() function in phosphor::software::updater::ItemUpdater