Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dimage_verify.cpp120 std::string tmpFullFile = "/tmp/image-full"; in verifyFullImage() local
121 utils::mergeFiles(fullImages, tmpFullFile); in verifyFullImage()
124 fs::path pkeyFullFile(tmpFullFile); in verifyFullImage()
136 fs::remove(tmpFullFile, ec); in verifyFullImage()