Searched refs:tmpOutputFile (Results 1 – 1 of 1) sorted by relevance
102 File tmpOutputFile = new File(outFile.getPath() + ".tmp"); in copyFileStreamAtomicWithBuffer() local103 try (OutputStream os = new FileOutputStream(tmpOutputFile)) { in copyFileStreamAtomicWithBuffer()111 if (!tmpOutputFile.renameTo(outFile)) { in copyFileStreamAtomicWithBuffer()