Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileLockTest.java175 FileOutputStream fout = new FileOutputStream(file); in test_release() local
176 FileChannel fileChannel = fout.getChannel(); in test_release()
187 fout = new FileOutputStream(file); in test_release()
188 fileChannel = fout.getChannel(); in test_release()
/libcore/ojluni/src/main/java/java/util/logging/
DFileHandler.java211 FileOutputStream fout = new FileOutputStream(fname.toString(), append); in open() local
212 BufferedOutputStream bout = new BufferedOutputStream(fout); in open()