From c05c598b734337e6a381de4edcb5937e12a69671 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Thu, 13 Mar 2014 09:19:56 -0500 Subject: Improve handling of settings storage and android secure Change-Id: I8af92543c2f0c201e7220267c417d74e4561038d --- partitions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partitions.hpp') 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); -- cgit v1.2.3