Searched refs:mBackupDataName (Results 1 – 1 of 1) sorted by relevance
2647 File mBackupDataName; field in BackupManagerService.PerformBackupTask3047 mBackupDataName = new File(mDataDir, packageName + ".data"); in invokeAgentForBackup()3049 if (MORE_DEBUG) Slog.d(TAG, "data file: " + mBackupDataName); in invokeAgentForBackup()3074 mBackupData = ParcelFileDescriptor.open(mBackupDataName, in invokeAgentForBackup()3079 if (!SELinux.restorecon(mBackupDataName)) { in invokeAgentForBackup()3080 Slog.e(TAG, "SELinux restorecon failed on " + mBackupDataName); in invokeAgentForBackup()3216 final long filepos = mBackupDataName.length(); in operationComplete()3223 ParcelFileDescriptor readFd = ParcelFileDescriptor.open(mBackupDataName, in operationComplete()3277 size = mBackupDataName.length(); in operationComplete()3280 backupData = ParcelFileDescriptor.open(mBackupDataName, in operationComplete()[all …]