Home | History | Annotate | Download | only in backup

Lines Matching refs:fos

200         FileOutputStream fos = null;
205 fos = new FileOutputStream(passwordHash);
206 dos = new DataOutputStream(fos);
213 if (fos != null) fos.close();
218 FileOutputStream fos = null;
223 fos = new FileOutputStream(passwordVersion);
224 dos = new DataOutputStream(fos);
229 if (fos != null) fos.close();