summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-03-13 15:19:56 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-03-13 15:19:56 +0100
commitc05c598b734337e6a381de4edcb5937e12a69671 (patch)
treecc04310d90fd97ca531445c4db31c5535ca4f9d8 /partitions.hpp
parentMerge "Fix skipping of relative paths and lost+found in twrpDU" into android-4.4 (diff)
downloadandroid_bootable_recovery-c05c598b734337e6a381de4edcb5937e12a69671.tar
android_bootable_recovery-c05c598b734337e6a381de4edcb5937e12a69671.tar.gz
android_bootable_recovery-c05c598b734337e6a381de4edcb5937e12a69671.tar.bz2
android_bootable_recovery-c05c598b734337e6a381de4edcb5937e12a69671.tar.lz
android_bootable_recovery-c05c598b734337e6a381de4edcb5937e12a69671.tar.xz
android_bootable_recovery-c05c598b734337e6a381de4edcb5937e12a69671.tar.zst
android_bootable_recovery-c05c598b734337e6a381de4edcb5937e12a69671.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 287da62a6..bec8903d8 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -213,6 +213,7 @@ public:
void Output_Storage_Fstab(); // Creates a /cache/recovery/storage.fstab file with a list of all potential storage locations for app use
private:
+ void Setup_Settings_Storage_Partition(TWPartition* Part); // Sets things up for the storage partition
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);
bool Restore_Partition(TWPartition* Part, string Restore_Name, int partition_count);