Searched refs:fout (Results 1 – 4 of 4) sorted by relevance
112 FileOutputStream fout = new FileOutputStream(path); in getPrintStream() local113 out = new PrintStream(fout, AUTOFLUSH, csn); in getPrintStream()125 FileOutputStream fout = new FileOutputStream(path); in getPrintStream() local126 out = new PrintStream(fout, AUTOFLUSH, charset); in getPrintStream()
194 FileOutputStream fout = new FileOutputStream(file); in test_release() local195 FileChannel fileChannel = fout.getChannel(); in test_release()206 fout = new FileOutputStream(file); in test_release()207 fileChannel = fout.getChannel(); in test_release()
128 FileOutputStream fout = new FileOutputStream(path); in getWriter() local129 out = new PrintWriter(fout, AUTOFLUSH, charset); in getWriter()
211 FileOutputStream fout = new FileOutputStream(fname.toString(), append); in open() local212 BufferedOutputStream bout = new BufferedOutputStream(fout); in open()