summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-12-14 17:17:00 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-12-19 15:38:12 +0100
commitd18a821e009a4e31208541d4c96cd54bd7f313ba (patch)
tree128af8505d486e3176d8f603ad4f6c95aa61bcaa /partitions.hpp
parentMultiple Language Support (diff)
downloadandroid_bootable_recovery-d18a821e009a4e31208541d4c96cd54bd7f313ba.tar
android_bootable_recovery-d18a821e009a4e31208541d4c96cd54bd7f313ba.tar.gz
android_bootable_recovery-d18a821e009a4e31208541d4c96cd54bd7f313ba.tar.bz2
android_bootable_recovery-d18a821e009a4e31208541d4c96cd54bd7f313ba.tar.lz
android_bootable_recovery-d18a821e009a4e31208541d4c96cd54bd7f313ba.tar.xz
android_bootable_recovery-d18a821e009a4e31208541d4c96cd54bd7f313ba.tar.zst
android_bootable_recovery-d18a821e009a4e31208541d4c96cd54bd7f313ba.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 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