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
566 fs::create_directories(updateDirPath); in assembleCodeUpdateImage()
570 updateDirPath); in assembleCodeUpdateImage()
584 fs::path(updateDirPath) / hostfwImageName, in assembleCodeUpdateImage()
591 updateDirPath); in assembleCodeUpdateImage()
609 fs::remove_all(updateDirPath); in assembleCodeUpdateImage()