Searched refs:fout (Results 1 – 2 of 2) sorted by relevance
175 FileOutputStream fout = new FileOutputStream(file); in test_release() local176 FileChannel fileChannel = fout.getChannel(); in test_release()187 fout = new FileOutputStream(file); in test_release()188 fileChannel = fout.getChannel(); in test_release()
211 FileOutputStream fout = new FileOutputStream(fname.toString(), append); in open() local212 BufferedOutputStream bout = new BufferedOutputStream(fout); in open()