diff options
Diffstat (limited to '')
-rw-r--r-- | partitions.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp index 2c3ad7180..2b2ed2cef 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -120,7 +120,8 @@ private: unsigned long long Get_Size_Via_du(string Path, bool Display_Error); // Uses du to get sizes bool Wipe_EXT23(string File_System); // Formats as ext3 or ext2 bool Wipe_EXT4(); // Formats using ext4, uses make_ext4fs when present - bool Wipe_FAT(); // Formats as FAT except that mkdosfs from busybox usually fails so oftentimes this is actually a rm -rf wipe + bool Wipe_FAT(); // Formats as FAT if mkdosfs exits otherwise rm -rf wipe + 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_Data_Without_Wiping_Media(); // Uses rm -rf to wipe but does not wipe /data/media |