Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dupdate_manager.cpp61 fs::path tmpDirPath(std::string{IMG_UPLOAD_DIR}); in processImage() local
62 tmpDirPath /= "imageXXXXXX"; in processImage()
63 auto tmpDir = tmpDirPath.string(); in processImage()
74 tmpDirPath = tmpDir; in processImage()
75 softwareUtils::RemovablePath tmpDirToRemove(tmpDirPath); in processImage()
78 if (!softwareUtils::unTar(image, tmpDirPath.string())) in processImage()
83 UnTarFail::PATH(tmpDirPath.c_str())); in processImage()
87 fs::path manifestPath = tmpDirPath; in processImage()
183 fs::rename(tmpDirPath, imageDirPath, ec); in processImage()
H A Dimage_manager.cpp93 fs::path tmpDirPath(std::string{IMG_UPLOAD_DIR}); in processImage() local
94 tmpDirPath /= "imageXXXXXX"; in processImage()
95 auto tmpDir = tmpDirPath.string(); in processImage()
105 tmpDirPath = tmpDir; in processImage()
106 RemovablePath tmpDirToRemove(tmpDirPath); in processImage()
107 fs::path manifestPath = tmpDirPath; in processImage()
111 auto rc = unTar(tarFilePath, tmpDirPath.string()); in processImage()
221 fs::rename(tmpDirPath, imageDirPath, ec); in processImage()