Searched refs:pwf (Results 1 – 1 of 1) sorted by relevance
1578 OutputStream pwf = null, buffer = null; in setBackupPassword() local1581 pwf = new FileOutputStream(mPasswordHashFile); in setBackupPassword()1582 buffer = new BufferedOutputStream(pwf); in setBackupPassword()1596 if (pwf != null) pwf.close(); in setBackupPassword()