diff options
author | James Christopher Adduono <jc@adduono.com> | 2016-10-25 08:18:32 +0200 |
---|---|---|
committer | James Christopher Adduono <jc@adduono.com> | 2016-11-05 20:48:43 +0100 |
commit | 5c3950716e5c7c6279efd5f3f338d6d22e5215e2 (patch) | |
tree | eac6d63ac558644ba313e73fe5e96134e18361ef /partitions.hpp | |
parent | Fix image flashing (diff) | |
download | android_bootable_recovery-5c3950716e5c7c6279efd5f3f338d6d22e5215e2.tar android_bootable_recovery-5c3950716e5c7c6279efd5f3f338d6d22e5215e2.tar.gz android_bootable_recovery-5c3950716e5c7c6279efd5f3f338d6d22e5215e2.tar.bz2 android_bootable_recovery-5c3950716e5c7c6279efd5f3f338d6d22e5215e2.tar.lz android_bootable_recovery-5c3950716e5c7c6279efd5f3f338d6d22e5215e2.tar.xz android_bootable_recovery-5c3950716e5c7c6279efd5f3f338d6d22e5215e2.tar.zst android_bootable_recovery-5c3950716e5c7c6279efd5f3f338d6d22e5215e2.zip |
Diffstat (limited to 'partitions.hpp')
-rw-r--r-- | partitions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp index e301d9c70..4b9354fd8 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -156,6 +156,7 @@ private: string Get_Restore_File_System(PartitionSettings *part_settings); // Returns the file system that was in place at the time of the backup bool Restore_Tar(PartitionSettings *part_settings); // Restore using tar for file systems bool Restore_Image(PartitionSettings *part_settings); // Restore using dd for images + bool Check_Restore_File_MD5(const string& Filename); // Verifies MD5 matches for a file before restoration bool Get_Size_Via_statfs(bool Display_Error); // Get Partition size, used, and free space using statfs bool Get_Size_Via_df(bool Display_Error); // Get Partition size, used, and free space using df command bool Make_Dir(string Path, bool Display_Error); // Creates a directory if it doesn't already exist |