summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-01-15 17:51:18 +0100
committerDees_Troy <dees_troy@teamw.in>2013-01-15 17:52:41 +0100
commit16c2b318279e2ee22cfa85b3caf07a8a899e98f1 (patch)
tree523dba10f67a4c99bf0e79cd237bb13494800c4b /partitions.hpp
parentCheck to ensure that external is encrypted (diff)
downloadandroid_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.gz
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.bz2
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.lz
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.xz
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.zst
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.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 7660b8b4e..47436b0ea 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -107,6 +107,7 @@ protected:
string Fstab_File_System; // File system from the recovery.fstab
int Format_Block_Size; // Block size for formatting
bool Ignore_Blkid; // Ignore blkid results due to superblocks lying to us on certain devices / partitions
+ bool Retain_Layout_Version; // Retains the .layout_version file during a wipe (needed on devices like Sony Xperia T where /data and /data/media are separate partitions)
#ifdef TW_INCLUDE_CRYPTO_SAMSUNG
string EcryptFS_Password; // Have to store the encryption password to remount
#endif