From d93bda5916b2466b3e9b4123f7da7c6fb298daa4 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 3 Jul 2013 19:55:19 +0000 Subject: 2.6.0.0 Also copy recovery.fstab to cache and create a storage.fstab in cache for app/apk use. --- partitions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partitions.hpp') 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 *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 -- cgit v1.2.3