diff options
Diffstat (limited to 'partitions.hpp')
-rw-r--r-- | partitions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp index ed2687090..60dc2e4de 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -99,6 +99,7 @@ private: void Setup_Image(bool Display_Error); // Sets defaults for an image partition void Setup_AndSec(void); // Sets up .android_secure settings void Find_Real_Block_Device(string& Block_Device, bool Display_Error); // Checks the block device given and follows symlinks until it gets to the real block device + unsigned long long IOCTL_Get_Block_Size(); // Finds the partition size using ioctl bool Find_Partition_Size(); // Finds the partition size from /proc/partitions 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 |