summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-09-29 21:44:26 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-09-29 21:44:26 +0200
commitc8fbbc786cde896a321c98ea27f307a9b070e8b5 (patch)
treeee5fcc02ba9bc3b7429210016471242df9c3f53d /error_code.h
parentDO NOT MERGE Report uncrypt errors in details am: 37d7d67ca2 am: 4c53af080d -s ours (diff)
parentReport uncrypt errors in details (diff)
downloadandroid_bootable_recovery-c8fbbc786cde896a321c98ea27f307a9b070e8b5.tar
android_bootable_recovery-c8fbbc786cde896a321c98ea27f307a9b070e8b5.tar.gz
android_bootable_recovery-c8fbbc786cde896a321c98ea27f307a9b070e8b5.tar.bz2
android_bootable_recovery-c8fbbc786cde896a321c98ea27f307a9b070e8b5.tar.lz
android_bootable_recovery-c8fbbc786cde896a321c98ea27f307a9b070e8b5.tar.xz
android_bootable_recovery-c8fbbc786cde896a321c98ea27f307a9b070e8b5.tar.zst
android_bootable_recovery-c8fbbc786cde896a321c98ea27f307a9b070e8b5.zip
Diffstat (limited to 'error_code.h')
-rw-r--r--error_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/error_code.h b/error_code.h
index 92e93bdea..dfea0eb38 100644
--- a/error_code.h
+++ b/error_code.h
@@ -46,7 +46,7 @@ enum CauseCode {
enum UncryptErrorCode {
kUncryptNoError = -1,
- kUncryptErrorHolder = 50,
+ kUncryptErrorPlaceholder = 50,
kUncryptTimeoutError = 100,
kUncryptFileRemoveError,
kUncryptFileOpenError,