Home | History | Annotate | Download | only in cts

Lines Matching refs:fos

880             FileOutputStream fos = null;
884 fos = new FileOutputStream(file);
885 bos = new BufferedOutputStream(fos);
886 fos = null; // closing bos will also close fos
900 if (fos != null) {
901 fos.close();