Searched refs:tmpZip (Results 1 – 1 of 1) sorted by relevance
1164 final File tmpZip = new File(dir, "tmp-" + info.bugreportFile.getName()); in addDetailsToZipFileLocked() local1165 Log.d(TAG, "Writing temporary zip file (" + tmpZip + ") with title and/or description"); in addDetailsToZipFileLocked()1167 ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(tmpZip))) { in addDetailsToZipFileLocked()1185 Log.e(TAG, "exception zipping file " + tmpZip, e); in addDetailsToZipFileLocked()1196 if (!tmpZip.renameTo(info.bugreportFile)) { in addDetailsToZipFileLocked()1197 Log.e(TAG, "Could not rename " + tmpZip + " to " + info.bugreportFile); in addDetailsToZipFileLocked()