Searched refs:entityFile (Results 1 – 1 of 1) sorted by relevance
110 File entityFile = new File(packageDir, base64Key); in performBackup() local118 if (entityFile.exists()) { in performBackup()119 entityFile.delete(); in performBackup()121 FileOutputStream entity = new FileOutputStream(entityFile); in performBackup()133 Log.e(TAG, "Unable to update key file " + entityFile.getAbsolutePath()); in performBackup()139 entityFile.delete(); in performBackup()