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.cpp39 auto updateDirPath = fs::path(LID_STAGING_DIR) / "update"; variable
819 fs::create_directories(updateDirPath); in assembleCodeUpdateImage()
823 updateDirPath); in assembleCodeUpdateImage()
837 fs::path(updateDirPath) / hostfwImageName, in assembleCodeUpdateImage()
844 updateDirPath); in assembleCodeUpdateImage()
862 fs::remove_all(updateDirPath); in assembleCodeUpdateImage()