Searched refs:imagePath (Results 1 – 5 of 5) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/static/ |
H A D | activation_static.cpp | 27 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 D | main.cpp | 90 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 D | updater.cpp | 39 const std::string& imagePath, const std::string& signaturePath, in updaterMain() argument 75 updater->sendFile(layout, imagePath); in updaterMain()
|
H A D | updater.hpp | 24 const std::string& imagePath, const std::string& signaturePath,
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | activation.cpp | 418 fs::path imagePath(path()); in getUpdateService() local 423 args += imagePath; in getUpdateService()
|