diff options
author | Matt Mower <mowerm@gmail.com> | 2015-11-11 23:22:45 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2015-11-26 05:09:55 +0100 |
commit | 18794c820f109e6de2e16af0f058b562b0492cbc (patch) | |
tree | 7792ad1809e62793ad5b1e86efd6d806d1368c36 /partitions.hpp | |
parent | Free some memory allocations (diff) | |
download | android_bootable_recovery-18794c820f109e6de2e16af0f058b562b0492cbc.tar android_bootable_recovery-18794c820f109e6de2e16af0f058b562b0492cbc.tar.gz android_bootable_recovery-18794c820f109e6de2e16af0f058b562b0492cbc.tar.bz2 android_bootable_recovery-18794c820f109e6de2e16af0f058b562b0492cbc.tar.lz android_bootable_recovery-18794c820f109e6de2e16af0f058b562b0492cbc.tar.xz android_bootable_recovery-18794c820f109e6de2e16af0f058b562b0492cbc.tar.zst android_bootable_recovery-18794c820f109e6de2e16af0f058b562b0492cbc.zip |
Diffstat (limited to '')
-rw-r--r-- | partitions.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp index afcd47431..4b6d37160 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -103,7 +103,7 @@ 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 if mkdosfs exits otherwise rm -rf wipe + bool Wipe_FAT(); // Formats as FAT if mkfs.fat 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 |