diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2017-03-20 23:53:53 +0100 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2017-04-23 20:37:22 +0200 |
commit | b5ecaad27a358a525d4f25282ca8aacd55bd4cae (patch) | |
tree | cb2291ab0060265e19f19562e8b3e28423b91626 /partitions.hpp | |
parent | 3.1.0 (diff) | |
download | android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.gz android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.bz2 android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.lz android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.xz android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.zst android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.zip |
Diffstat (limited to '')
-rw-r--r-- | partitions.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp index 0f0e6fd30..0865c9636 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -106,6 +106,8 @@ public: int Decrypt_Adopted(); void Revert_Adopted(); void Partition_Post_Processing(bool Display_Error); // Apply partition specific settings after fstab processed + void Set_Backup_FileName(string fname); // Set Backup_FileName for partition + string Get_Backup_Name(); // Get Backup_Name for partition public: string Current_File_System; // Current file system |