summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorHashcode <hashcode0f@gmail.com>2013-08-30 07:45:30 +0200
committerHashcode <hashcode0f@gmail.com>2013-08-30 19:28:15 +0200
commitdabfd49bd4e5bd89eb3b4975deca4242534b4fd7 (patch)
treea1a2e0b750fbb9f643de1332617a96048cbef493 /partitions.hpp
parentBetter compatibility by fixing up ext4 & selinux flags (diff)
downloadandroid_bootable_recovery-dabfd49bd4e5bd89eb3b4975deca4242534b4fd7.tar
android_bootable_recovery-dabfd49bd4e5bd89eb3b4975deca4242534b4fd7.tar.gz
android_bootable_recovery-dabfd49bd4e5bd89eb3b4975deca4242534b4fd7.tar.bz2
android_bootable_recovery-dabfd49bd4e5bd89eb3b4975deca4242534b4fd7.tar.lz
android_bootable_recovery-dabfd49bd4e5bd89eb3b4975deca4242534b4fd7.tar.xz
android_bootable_recovery-dabfd49bd4e5bd89eb3b4975deca4242534b4fd7.tar.zst
android_bootable_recovery-dabfd49bd4e5bd89eb3b4975deca4242534b4fd7.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 25ae4dbee..e46dcce28 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -111,6 +111,7 @@ private:
bool Can_Be_Mounted; // Indicates that the partition can be mounted
bool Can_Be_Wiped; // Indicates that the partition can be wiped
bool Can_Be_Backed_Up; // Indicates that the partition will show up in the backup list
+ bool Use_Rm_Rf; // Indicates that the partition will always be formatted w/ "rm -rf *"
bool Wipe_During_Factory_Reset; // Indicates that this partition is wiped during a factory reset
bool Wipe_Available_in_GUI; // Inidcates that the wipe can be user initiated in the GUI system
bool Is_SubPartition; // Indicates that this partition is a sub-partition of another partition (e.g. datadata is a sub-partition of data)