Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java654 OutputStream destStream = null; in writeToFile() local
657 destStream = new BufferedOutputStream(new FileOutputStream(destFile, append)); in writeToFile()
658 StreamUtil.copyStreams(origStream, destStream, startOffset, size); in writeToFile()
661 StreamUtil.flushAndCloseStream(destStream); in writeToFile()