summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-04-26 21:34:56 +0200
committerEthan Yonker <dees_troy@teamw.in>2016-05-03 21:39:12 +0200
commit72c87ce3472380ad16267be958923c1d2635dc93 (patch)
tree4dc3bc8deda535d85a68523a40e11034ac747684 /partitions.hpp
parentRemove char/string conversions in fstab processing (diff)
downloadandroid_bootable_recovery-72c87ce3472380ad16267be958923c1d2635dc93.tar
android_bootable_recovery-72c87ce3472380ad16267be958923c1d2635dc93.tar.gz
android_bootable_recovery-72c87ce3472380ad16267be958923c1d2635dc93.tar.bz2
android_bootable_recovery-72c87ce3472380ad16267be958923c1d2635dc93.tar.lz
android_bootable_recovery-72c87ce3472380ad16267be958923c1d2635dc93.tar.xz
android_bootable_recovery-72c87ce3472380ad16267be958923c1d2635dc93.tar.zst
android_bootable_recovery-72c87ce3472380ad16267be958923c1d2635dc93.zip
Diffstat (limited to 'partitions.hpp')
-rw-r--r--partitions.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp
index ab34ec2ca..1ba0691eb 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -80,6 +80,7 @@ public:
int Check_Lifetime_Writes();
int Decrypt_Adopted();
void Revert_Adopted();
+ void Partition_Post_Processing(bool Display_Error); // Apply partition specific settings after fstab processed
public:
string Current_File_System; // Current file system
@@ -96,6 +97,8 @@ protected:
private:
bool Process_Fstab_Line(const char *fstab_line, bool Display_Error); // Processes a fstab line
+ void Setup_Data_Partition(bool Display_Error); // Setup data partition after fstab processed
+ void Setup_Cache_Partition(bool Display_Error); // Setup cache partition after fstab processed
void Find_Actual_Block_Device(); // Determines the correct block device and stores it in Actual_Block_Device
void Apply_TW_Flag(const unsigned flag, const char* str, const bool val); // Apply custom twrp fstab flags