summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2016-02-16 19:30:26 +0100
committerEthan Yonker <dees_troy@teamw.in>2016-02-18 18:38:33 +0100
commitfcf3f24856c599c922880c64b01b7610603f958c (patch)
tree82aba551f80da8bdd87f3e39359a1a8dff007186 /partitions.hpp
parentpatternpassword: update large grid password scheme (diff)
downloadandroid_bootable_recovery-fcf3f24856c599c922880c64b01b7610603f958c.tar
android_bootable_recovery-fcf3f24856c599c922880c64b01b7610603f958c.tar.gz
android_bootable_recovery-fcf3f24856c599c922880c64b01b7610603f958c.tar.bz2
android_bootable_recovery-fcf3f24856c599c922880c64b01b7610603f958c.tar.lz
android_bootable_recovery-fcf3f24856c599c922880c64b01b7610603f958c.tar.xz
android_bootable_recovery-fcf3f24856c599c922880c64b01b7610603f958c.tar.zst
android_bootable_recovery-fcf3f24856c599c922880c64b01b7610603f958c.zip
Diffstat (limited to '')
-rw-r--r--partitions.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp
index a020ee229..90f772cb4 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -243,7 +243,8 @@ public:
void Translate_Partition(const char* path, const char* resource_name, const char* default_value);
void Translate_Partition(const char* path, const char* resource_name, const char* default_value, const char* storage_resource_name, const char* storage_default_value);
void Translate_Partition_Display_Names(); // Updates display names based on translations
- void Decrypt_Adopted();
+ void Decrypt_Adopted(); // Attempt to identy and decrypt any adopted storage partitions
+ void Remove_Partition_By_Path(string Path); // Removes / erases a partition entry from the partition list
TWAtomicInt stop_backup;