Searched refs:tmpDirPath (Results 1 – 2 of 2) sorted by relevance
61 fs::path tmpDirPath(std::string{IMG_UPLOAD_DIR}); in processImage() local62 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()
93 fs::path tmpDirPath(std::string{IMG_UPLOAD_DIR}); in processImage() local94 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()