Home
last modified time | relevance | path

Searched defs:imageDir (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp51 getClassInstance(const std::string & model,const std::string & psuInventoryPath,const std::string & devPath,const std::string & imageDir) getClassInstance() argument
185 update(sdbusplus::bus_t & bus,const std::string & psuInventoryPath,const std::string & imageDir) update() argument
214 Updater(const std::string & psuInventoryPath,const std::string & devPath,const std::string & imageDir) Updater() argument
[all...]
H A Daei_updater.hpp49 const std::string& imageDir) : in AeiUpdater()
H A Dupdater.hpp285 std::string imageDir; global() member in updater::Updater
[all...]
/openbmc/phosphor-power/tools/power-utils/test/
H A Dtest_updater.cpp76 std::string imageDir = "/tmp/image/xxx"; member in TestUpdater
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp34 std::string imageDir = mkdtemp(const_cast<char*>(tmpDir.c_str())); in SetUp() local
/openbmc/openpower-pnor-code-mgmt/
H A Dactivation.cpp242 std::filesystem::path imageDir(IMG_DIR); in validateSignature() local
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dactivation.cpp333 bool Activation::verifySignature(const fs::path& imageDir, in verifySignature()
/openbmc/phosphor-bmc-code-mgmt/bmc/test/
H A Dutest.cpp194 std::string imageDir = mkdtemp(const_cast<char*>(tmpDir.c_str())); in SetUp() local