Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp34 auto updateDirPath = fs::path(LID_STAGING_DIR) / "update"; variable
556 fs::create_directories(updateDirPath); in assembleCodeUpdateImage()
560 updateDirPath); in assembleCodeUpdateImage()
574 fs::path(updateDirPath) / hostfwImageName, in assembleCodeUpdateImage()
581 updateDirPath); in assembleCodeUpdateImage()
599 fs::remove_all(updateDirPath); in assembleCodeUpdateImage()