Searched refs:fout (Results 1 – 2 of 2) sorted by relevance
1141 @Override protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { in dump() argument1142 super.dump(fd, fout, args); in dump()1144 final Printer p = new PrintWriterPrinter(fout); in dump()
1368 FileOutputStream fout = null; in copyPart() local1405 fout = new FileOutputStream(file); in copyPart()1410 fout.write(buffer, 0, size); in copyPart()1432 if (null != fout) { in copyPart()1434 fout.close(); in copyPart()