diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-08-29 18:38:55 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-08-29 18:58:38 +0200 |
commit | e5017045b5fbc1487356642801df2c516c33f8ff (patch) | |
tree | 36420974b2ed44b99033c096a43d5b82aa5182bf /partitions.hpp | |
parent | Use twrp.fstab if present (diff) | |
download | android_bootable_recovery-e5017045b5fbc1487356642801df2c516c33f8ff.tar android_bootable_recovery-e5017045b5fbc1487356642801df2c516c33f8ff.tar.gz android_bootable_recovery-e5017045b5fbc1487356642801df2c516c33f8ff.tar.bz2 android_bootable_recovery-e5017045b5fbc1487356642801df2c516c33f8ff.tar.lz android_bootable_recovery-e5017045b5fbc1487356642801df2c516c33f8ff.tar.xz android_bootable_recovery-e5017045b5fbc1487356642801df2c516c33f8ff.tar.zst android_bootable_recovery-e5017045b5fbc1487356642801df2c516c33f8ff.zip |
Diffstat (limited to '')
-rw-r--r-- | partitions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp index 736304ee6..25ae4dbee 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -92,6 +92,7 @@ private: bool Wipe_EXFAT(); // Formats as EXFAT bool Wipe_MTD(); // Formats as yaffs2 for MTD memory types bool Wipe_RMRF(); // Uses rm -rf to wipe + bool Wipe_F2FS(); // Uses mkfs.f2fs to wipe bool Wipe_Data_Without_Wiping_Media(); // Uses rm -rf to wipe but does not wipe /data/media bool Backup_Tar(string backup_folder); // Backs up using tar for file systems bool Backup_DD(string backup_folder); // Backs up using dd for emmc memory types |