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