Home
last modified time | relevance | path

Searched defs:imageDirPath (Results 1 – 6 of 6) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.hpp203 std::filesystem::path imageDirPath; member in openpower::software::image::Signature
H A Dimage_verify.cpp34 Signature::Signature(const std::filesystem::path& imageDirPath, in Signature()
/openbmc/phosphor-bmc-code-mgmt/
H A Dimage_verify.hpp211 fs::path imageDirPath; member in phosphor::software::image::Signature
H A Dimage_manager.cpp247 fs::path imageDirPath = (*(it->second)).path(); in erase() local
H A Dimage_verify.cpp39 Signature::Signature(const fs::path& imageDirPath, in Signature()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp31 auto imageDirPath = fs::path(LID_STAGING_DIR) / "image"; variable