Home
last modified time | relevance | path

Searched refs:imagePath (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/static/
H A Dactivation_static.cpp27 fs::path imagePath(IMG_DIR); in activation() local
28 imagePath /= versionId; in activation()
30 for (const auto& entry : fs::directory_iterator(imagePath)) in activation()
41 entry("DIR=%s", imagePath.c_str())); in activation()
/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp90 std::string command, interface, imagePath, signaturePath, type, host; in main() local
145 imagePath = std::string{optarg}; in main()
207 if (interface.empty() || imagePath.empty() || signaturePath.empty() || in main()
277 host_tool::updaterMain(&updater, &blob, imagePath, signaturePath, in main()
H A Dupdater.cpp39 const std::string& imagePath, const std::string& signaturePath, in updaterMain() argument
75 updater->sendFile(layout, imagePath); in updaterMain()
H A Dupdater.hpp24 const std::string& imagePath, const std::string& signaturePath,
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp418 fs::path imagePath(path()); in getUpdateService() local
423 args += imagePath; in getUpdateService()