Searched refs:imageDirPath (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | image_verify.cpp | 39 Signature::Signature(const fs::path& imageDirPath, in Signature() argument 41 imageDirPath(imageDirPath), signedConfPath(signedConfPath) in Signature() 43 fs::path file(imageDirPath / MANIFEST_FILE_NAME); in Signature() 110 fs::path(imageDirPath) / "image-bmc.sig", in verifyFullImage() 111 fs::path(imageDirPath) / "image-hostfw.sig", in verifyFullImage() 112 fs::path(imageDirPath) / "image-kernel.sig", in verifyFullImage() 113 fs::path(imageDirPath) / "image-rofs.sig", in verifyFullImage() 114 fs::path(imageDirPath) / "image-rwfs.sig", in verifyFullImage() 115 fs::path(imageDirPath) / "image-u-boot.sig", in verifyFullImage() 116 fs::path(imageDirPath) / "MANIFEST.sig", in verifyFullImage() [all …]
|
H A D | image_manager.cpp | 207 fs::path imageDirPath = std::string{IMG_UPLOAD_DIR}; in processImage() 208 imageDirPath /= id; in processImage() 221 fs::rename(tmpDirPath, imageDirPath, ec); in processImage() 228 imageDirPath.string(), compatibleNames, in processImage() 252 fs::path imageDirPath = (*(it->second)).path(); in erase() local 254 if (fs::exists(imageDirPath, ec)) in erase() 256 fs::remove_all(imageDirPath, ec); in erase()
|
H A D | update_manager.cpp | 181 fs::path imageDirPath = std::string{IMG_UPLOAD_DIR}; in processImage() 182 imageDirPath /= id; in processImage() 183 fs::rename(tmpDirPath, imageDirPath, ec); in processImage() 186 auto filePath = imageDirPath.string(); in processImage()
|
H A D | image_verify.hpp | 134 Signature(const fs::path& imageDirPath, const fs::path& signedConfPath); 212 fs::path imageDirPath; member in phosphor::software::image::Signature
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | image_verify.cpp | 34 Signature::Signature(const std::filesystem::path& imageDirPath, in Signature() argument 37 imageDirPath(imageDirPath), pnorFileName(pnorFileName), in Signature() 40 std::filesystem::path file(imageDirPath / MANIFEST_FILE); in Signature() 104 std::filesystem::path publicKeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in verify() 108 std::filesystem::path file(imageDirPath); in verify() 113 std::filesystem::path sigFile(imageDirPath); in verify() 151 std::filesystem::path pkeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in systemLevelVerify() 156 std::filesystem::path manifestFile(imageDirPath / MANIFEST_FILE); in systemLevelVerify()
|
H A D | image_verify.hpp | 129 explicit Signature(const std::filesystem::path& imageDirPath, 203 std::filesystem::path imageDirPath; member in openpower::software::image::Signature
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | inband_code_update.cpp | 31 auto imageDirPath = fs::path(LID_STAGING_DIR) / "image"; variable 43 auto tarImagePath = fs::path(imageDirPath) / tarImageName; 46 auto hostfwImagePath = fs::path(imageDirPath) / hostfwImageName; 509 fs::create_directories(imageDirPath); in processCodeUpdateLid() 611 fs::remove_all(imageDirPath); in assembleCodeUpdateImage()
|