summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-07-09 20:20:53 +0200
committerDees Troy <dees_troy@teamw.in>2015-07-14 16:54:04 +0200
commitb81d90516555d5bca585577ba555b20e1c14cace (patch)
tree8e2a3de955bb8b0c573098883a9030d997cc2159 /partitions.hpp
parentMake system read only show no matter what on first TWRP boot (diff)
downloadandroid_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.gz
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.bz2
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.lz
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.xz
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.zst
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.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 63c01af8d..afcd47431 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -108,6 +108,7 @@ private:
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_NTFS(); // Uses mkntfs 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, const unsigned long long *overall_size, const unsigned long long *other_backups_size, pid_t &tar_fork_pid); // Backs up using tar for file systems
bool Backup_DD(string backup_folder); // Backs up using dd for emmc memory types