Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dimage_verify.cpp39 Signature::Signature(const fs::path& imageDirPath, in Signature() argument
41 imageDirPath(imageDirPath), in Signature()
44 fs::path file(imageDirPath / MANIFEST_FILE_NAME); in Signature()
111 fs::path(imageDirPath) / "image-bmc.sig", in verifyFullImage()
112 fs::path(imageDirPath) / "image-hostfw.sig", in verifyFullImage()
113 fs::path(imageDirPath) / "image-kernel.sig", in verifyFullImage()
114 fs::path(imageDirPath) / "image-rofs.sig", in verifyFullImage()
115 fs::path(imageDirPath) / "image-rwfs.sig", in verifyFullImage()
117 fs::path(imageDirPath) / "MANIFEST.sig", in verifyFullImage()
118 fs::path(imageDirPath) / "publickey.sig"}; in verifyFullImage()
[all …]
H A Dimage_manager.cpp202 fs::path imageDirPath = std::string{IMG_UPLOAD_DIR}; in processImage()
203 imageDirPath /= id; in processImage()
216 fs::rename(tmpDirPath, imageDirPath, ec); in processImage()
223 imageDirPath.string(), compatibleNames, in processImage()
247 fs::path imageDirPath = (*(it->second)).path(); in erase() local
249 if (fs::exists(imageDirPath, ec)) in erase()
251 fs::remove_all(imageDirPath, ec); in erase()
H A Dimage_verify.hpp134 Signature(const fs::path& imageDirPath, const fs::path& signedConfPath);
211 fs::path imageDirPath; member in phosphor::software::image::Signature
/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.cpp34 Signature::Signature(const std::filesystem::path& imageDirPath, in Signature() argument
37 imageDirPath(imageDirPath), 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 Dimage_verify.hpp129 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 Dinband_code_update.cpp31 auto imageDirPath = fs::path(LID_STAGING_DIR) / "image"; variable
43 auto tarImagePath = fs::path(imageDirPath) / tarImageName;
46 auto hostfwImagePath = fs::path(imageDirPath) / hostfwImageName;
499 fs::create_directories(imageDirPath); in processCodeUpdateLid()
601 fs::remove_all(imageDirPath); in assembleCodeUpdateImage()