Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/static/
H A Dflash.cpp51 fs::path uploadDir(IMG_UPLOAD_DIR); in flashWrite() local
57 fs::copy_file(uploadDir / versionId / bmcImage, toPath / bmcImage, in flashWrite()
/openbmc/phosphor-bmc-code-mgmt/
H A Dactivation.cpp94 fs::path uploadDir(IMG_UPLOAD_DIR); in activation() local
95 if (!verifySignature(uploadDir / versionId, SIGNED_IMAGE_CONF_PATH)) in activation()