Home
last modified time | relevance | path

Searched refs:tmpOutputFile (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/android/java/src/org/chromium/base/
DFileUtils.java102 File tmpOutputFile = new File(outFile.getPath() + ".tmp"); in copyFileStreamAtomicWithBuffer() local
103 try (OutputStream os = new FileOutputStream(tmpOutputFile)) { in copyFileStreamAtomicWithBuffer()
111 if (!tmpOutputFile.renameTo(outFile)) { in copyFileStreamAtomicWithBuffer()