summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-09-10 20:02:05 +0200
committerDees_Troy <dees_troy@teamw.in>2012-09-10 20:03:27 +0200
commit63c8df756bec611dfb3c28e481d74351c609d63a (patch)
tree31c7de6f36a8da12115b2707d0d8019e758dbf01 /partitions.hpp
parentImprove storage size code, mount, unmount (diff)
downloadandroid_bootable_recovery-63c8df756bec611dfb3c28e481d74351c609d63a.tar
android_bootable_recovery-63c8df756bec611dfb3c28e481d74351c609d63a.tar.gz
android_bootable_recovery-63c8df756bec611dfb3c28e481d74351c609d63a.tar.bz2
android_bootable_recovery-63c8df756bec611dfb3c28e481d74351c609d63a.tar.lz
android_bootable_recovery-63c8df756bec611dfb3c28e481d74351c609d63a.tar.xz
android_bootable_recovery-63c8df756bec611dfb3c28e481d74351c609d63a.tar.zst
android_bootable_recovery-63c8df756bec611dfb3c28e481d74351c609d63a.zip
Diffstat (limited to 'partitions.hpp')
-rw-r--r--partitions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp
index 5ed723c95..0609712cb 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -87,6 +87,7 @@ protected:
string Decrypted_Block_Device; // Decrypted block device available after decryption
string Display_Name; // Display name for the GUI
string Backup_Name; // Backup name -- used for backup filenames
+ string Backup_FileName; // Actual backup filename
Backup_Method_enum Backup_Method; // Method used for backup
bool Has_Data_Media; // Indicates presence of /data/media, may affect wiping and backup methods
bool Is_Storage; // Indicates if this partition is used for storage for backup, restore, and installing zips