Home | History | Annotate | Download | only in timezone

Lines Matching refs:fos

878             try (FileOutputStream fos = new FileOutputStream(file)) {
879 FileDescriptor fd = fos.getFD();
1078 try (FileOutputStream fos = new FileOutputStream(file)) {
1079 fos.write(bytes);