summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-04-13 02:54:46 +0200
committerDees Troy <dees_troy@teamw.in>2016-05-03 19:20:57 +0200
commit2416a50b5a329a5f2d28b4caa45a965b8d601e96 (patch)
tree4a6f6a3f0299ed10459af563420e28f23b6ab902 /partitions.hpp
parentImprove greek translation (diff)
downloadandroid_bootable_recovery-2416a50b5a329a5f2d28b4caa45a965b8d601e96.tar
android_bootable_recovery-2416a50b5a329a5f2d28b4caa45a965b8d601e96.tar.gz
android_bootable_recovery-2416a50b5a329a5f2d28b4caa45a965b8d601e96.tar.bz2
android_bootable_recovery-2416a50b5a329a5f2d28b4caa45a965b8d601e96.tar.lz
android_bootable_recovery-2416a50b5a329a5f2d28b4caa45a965b8d601e96.tar.xz
android_bootable_recovery-2416a50b5a329a5f2d28b4caa45a965b8d601e96.tar.zst
android_bootable_recovery-2416a50b5a329a5f2d28b4caa45a965b8d601e96.zip
Diffstat (limited to 'partitions.hpp')
-rw-r--r--partitions.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp
index 035acf05e..91c803698 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -98,7 +98,8 @@ private:
bool Process_Fstab_Line(string Line, bool Display_Error); // Processes a fstab line
void Find_Actual_Block_Device(); // Determines the correct block device and stores it in Actual_Block_Device
- bool Process_Flags(string Flags, bool Display_Error); // Process custom fstab flags
+ void Apply_TW_Flag(const unsigned flag, const char* str, const bool val); // Apply custom twrp fstab flags
+ void Process_TW_Flags(char *flags, bool Display_Error); // Process custom twrp fstab flags
bool Process_FS_Flags(string& Options, int& Flags); // Process standard fstab fs flags
bool Is_File_System(string File_System); // Checks to see if the file system given is considered a file system
bool Is_Image(string File_System); // Checks to see if the file system given is considered an image