Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/src/util/build/
DBuildStep.java108 FileChannel outChannel = new FileOutputStream(out).getChannel(); in copyFile() local
110 inChannel.transferTo(0, inChannel.size(), outChannel); in copyFile()
115 if (outChannel != null) outChannel.close(); in copyFile()