Home
last modified time | relevance | path

Searched refs:pwf (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1578 OutputStream pwf = null, buffer = null; in setBackupPassword() local
1581 pwf = new FileOutputStream(mPasswordHashFile); in setBackupPassword()
1582 buffer = new BufferedOutputStream(pwf); in setBackupPassword()
1596 if (pwf != null) pwf.close(); in setBackupPassword()