Home
last modified time | relevance | path

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

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