summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-07-03 21:55:19 +0200
committerDees_Troy <dees_troy@teamw.in>2013-07-03 21:55:35 +0200
commitd93bda5916b2466b3e9b4123f7da7c6fb298daa4 (patch)
tree99d8b7817bf3fe3f525a2aabcaca53569c84485a /partitions.hpp
parentupdate to newest exfat changes (diff)
downloadandroid_bootable_recovery-d93bda5916b2466b3e9b4123f7da7c6fb298daa4.tar
android_bootable_recovery-d93bda5916b2466b3e9b4123f7da7c6fb298daa4.tar.gz
android_bootable_recovery-d93bda5916b2466b3e9b4123f7da7c6fb298daa4.tar.bz2
android_bootable_recovery-d93bda5916b2466b3e9b4123f7da7c6fb298daa4.tar.lz
android_bootable_recovery-d93bda5916b2466b3e9b4123f7da7c6fb298daa4.tar.xz
android_bootable_recovery-d93bda5916b2466b3e9b4123f7da7c6fb298daa4.tar.zst
android_bootable_recovery-d93bda5916b2466b3e9b4123f7da7c6fb298daa4.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 3ed4da6ae..efe08d760 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -210,6 +210,7 @@ public:
virtual int Fix_Permissions();
virtual void Get_Partition_List(string ListType, std::vector<PartitionList> *Partition_List);
virtual int Fstab_Processed(); // Indicates if the fstab has been processed or not
+ virtual void Output_Storage_Fstab(); // Creates a /cache/recovery/storage.fstab file with a list of all potential storage locations for app use
private:
bool Make_MD5(bool generate_md5, string Backup_Folder, string Backup_Filename); // Generates an MD5 after a backup is made