summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-04-01 17:34:34 +0200
committerEthan Yonker <dees_troy@teamw.in>2014-04-01 17:43:59 +0200
commit47360be11c9a19da92b506df6cbc81762be72e28 (patch)
treebfa0f5fa489f1538f9a0a16f4e62e700e34539e0 /partitions.hpp
parentRe-arrange handling of settings storage partition (diff)
downloadandroid_bootable_recovery-47360be11c9a19da92b506df6cbc81762be72e28.tar
android_bootable_recovery-47360be11c9a19da92b506df6cbc81762be72e28.tar.gz
android_bootable_recovery-47360be11c9a19da92b506df6cbc81762be72e28.tar.bz2
android_bootable_recovery-47360be11c9a19da92b506df6cbc81762be72e28.tar.lz
android_bootable_recovery-47360be11c9a19da92b506df6cbc81762be72e28.tar.xz
android_bootable_recovery-47360be11c9a19da92b506df6cbc81762be72e28.tar.zst
android_bootable_recovery-47360be11c9a19da92b506df6cbc81762be72e28.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 bec8903d8..650f2f60b 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -218,6 +218,7 @@ private:
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);
void Output_Partition(TWPartition* Part);
+ TWPartition* Find_Next_Storage(string Path, string Exclude);
int Open_Lun_File(string Partition_Path, string Lun_File);
private: