summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-07-27 20:42:17 +0200
committerTianjie Xu <xunchang@google.com>2017-07-27 23:28:18 +0200
commit8b8e23d5cc38d4f9139b3b3cdca4a9c5ec51139e (patch)
tree12d15e93e6c1a3c3440573b225c942ae9a7cae28 /error_code.h
parentMerge "Remove LOCAL_CLANG" (diff)
downloadandroid_bootable_recovery-8b8e23d5cc38d4f9139b3b3cdca4a9c5ec51139e.tar
android_bootable_recovery-8b8e23d5cc38d4f9139b3b3cdca4a9c5ec51139e.tar.gz
android_bootable_recovery-8b8e23d5cc38d4f9139b3b3cdca4a9c5ec51139e.tar.bz2
android_bootable_recovery-8b8e23d5cc38d4f9139b3b3cdca4a9c5ec51139e.tar.lz
android_bootable_recovery-8b8e23d5cc38d4f9139b3b3cdca4a9c5ec51139e.tar.xz
android_bootable_recovery-8b8e23d5cc38d4f9139b3b3cdca4a9c5ec51139e.tar.zst
android_bootable_recovery-8b8e23d5cc38d4f9139b3b3cdca4a9c5ec51139e.zip
Diffstat (limited to 'error_code.h')
-rw-r--r--error_code.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/error_code.h b/error_code.h
index 9fe047c91..4cbad4cfe 100644
--- a/error_code.h
+++ b/error_code.h
@@ -68,6 +68,8 @@ enum UncryptErrorCode {
kUncryptFileCloseError,
kUncryptFileRenameError,
kUncryptPackageMissingError,
+ kUncryptRealpathFindError,
+ kUncryptBlockDeviceFindError,
};
#endif // _ERROR_CODE_H_