Searched refs:tempFile (Results 1 – 2 of 2) sorted by relevance
215 final File tempFile = new File(mFile.getParentFile(), tempName); in writeMetadataAndContent() local217 RandomAccessFile f = new RandomAccessFile(tempFile, "rw"); in writeMetadataAndContent()254 tempFile.renameTo(mFile); in writeMetadataAndContent()261 tempFile.delete(); in writeMetadataAndContent()
319 final File tempFile = new File(externalCacheDir, "tempfile.jpg"); in shareCurrentPhoto() local329 FileOutputStream fo = new FileOutputStream(tempFile, false); in shareCurrentPhoto()355 shareIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(tempFile)); in shareCurrentPhoto()