summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2012-10-10 03:01:03 +0200
committerbigbiff bigbiff <bigbiff@teamw.in>2012-10-10 03:01:03 +0200
commita0f8a59aa10dbbeac965129c91cf1c693137d97e (patch)
tree28902a82dd78b48f3fb257fb82fb143f4a9ced66 /partitions.hpp
parentAdd reboot system button after sideload, backup, and restore (diff)
downloadandroid_bootable_recovery-a0f8a59aa10dbbeac965129c91cf1c693137d97e.tar
android_bootable_recovery-a0f8a59aa10dbbeac965129c91cf1c693137d97e.tar.gz
android_bootable_recovery-a0f8a59aa10dbbeac965129c91cf1c693137d97e.tar.bz2
android_bootable_recovery-a0f8a59aa10dbbeac965129c91cf1c693137d97e.tar.lz
android_bootable_recovery-a0f8a59aa10dbbeac965129c91cf1c693137d97e.tar.xz
android_bootable_recovery-a0f8a59aa10dbbeac965129c91cf1c693137d97e.tar.zst
android_bootable_recovery-a0f8a59aa10dbbeac965129c91cf1c693137d97e.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 d55fec431..50757c127 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -183,6 +183,7 @@ public:
virtual void Mount_All_Storage(void); // Mounts all storage locations
virtual int Partition_SDCard(void); // Repartitions the sdcard
+ virtual int Fix_Permissions();
private:
bool Make_MD5(bool generate_md5, string Backup_Folder, string Backup_Filename); // Generates an MD5 after a backup is made
bool Backup_Partition(TWPartition* Part, string Backup_Folder, bool generate_md5, unsigned long long* img_bytes_remaining, unsigned long long* file_bytes_remaining, unsigned long *img_time, unsigned long *file_time, unsigned long long *img_bytes, unsigned long long *file_bytes);