Home
last modified time | relevance | path

Searched refs:checkImage (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/
H A Disl69269.hpp65 bool checkImage();
H A Disl69269.cpp477 bool ISL69269::checkImage() in checkImage() function in phosphor::software::VR::ISL69269
638 if (!checkImage()) in verifyImage()
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.hpp66 bool checkImage();
H A Dxdpe1x2xx.cpp604 bool XDPE1X2XX::checkImage() in checkImage() function in phosphor::software::VR::XDPE1X2XX
657 if (!checkImage()) in verifyImage()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ditem_updater.hpp371 static bool checkImage(const std::string& filePath,
H A Ditem_updater.cpp591 valid = checkImage(filePath, imageUpdateList); in validateSquashFSImage()
596 valid = checkImage(filePath, imageUpdateList); in validateSquashFSImage()
935 bool ItemUpdater::checkImage(const std::string& filePath, in checkImage() function in phosphor::software::updater::ItemUpdater