summaryrefslogtreecommitdiffstats
path: root/twrpDigestDriver.hpp
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2019-03-29 00:46:56 +0100
committerDees Troy <dees_troy@teamw.in>2019-04-02 05:42:47 +0200
commit718ab39bc5a6016c5d062e06d3cae34f7b710611 (patch)
tree785b783a64b2e01348ea431beb4ff8394fe09fb1 /twrpDigestDriver.hpp
parentCorrect return case for context check in /cache/recovery (diff)
downloadandroid_bootable_recovery-718ab39bc5a6016c5d062e06d3cae34f7b710611.tar
android_bootable_recovery-718ab39bc5a6016c5d062e06d3cae34f7b710611.tar.gz
android_bootable_recovery-718ab39bc5a6016c5d062e06d3cae34f7b710611.tar.bz2
android_bootable_recovery-718ab39bc5a6016c5d062e06d3cae34f7b710611.tar.lz
android_bootable_recovery-718ab39bc5a6016c5d062e06d3cae34f7b710611.tar.xz
android_bootable_recovery-718ab39bc5a6016c5d062e06d3cae34f7b710611.tar.zst
android_bootable_recovery-718ab39bc5a6016c5d062e06d3cae34f7b710611.zip
Diffstat (limited to 'twrpDigestDriver.hpp')
-rwxr-xr-x[-rw-r--r--]twrpDigestDriver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrpDigestDriver.hpp b/twrpDigestDriver.hpp
index 6902c8ec6..64e977833 100644..100755
--- a/twrpDigestDriver.hpp
+++ b/twrpDigestDriver.hpp
@@ -24,7 +24,7 @@
class twrpDigestDriver {
public:
- static bool Check_Restore_File_Digest(const string& Filename); //Check the digest of a TWRP partition backup
+ static bool Check_File_Digest(const string& Filename); //Check the digest of a TWRP partition backup
static bool Check_Digest(string Full_Filename); //Check to make sure the digest is correct
static bool Write_Digest(string Full_Filename); //Write the digest to a file
static bool Make_Digest(string Full_Filename); //Create the digest for a partition backup