diff options
author | Tianjie Xu <xunchang@google.com> | 2017-07-27 23:31:52 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-07-27 23:31:52 +0200 |
commit | 6f3053522989f01ab8c294317f35ebbadbb4b11e (patch) | |
tree | dd9d2b8ac0deae52c6774fd2271ec1eac39d755c /error_code.h | |
parent | Merge "roots.cpp: Clean up format_volume()." (diff) | |
parent | Merge "Add more specific error codes for uncrypt failures" (diff) | |
download | android_bootable_recovery-6f3053522989f01ab8c294317f35ebbadbb4b11e.tar android_bootable_recovery-6f3053522989f01ab8c294317f35ebbadbb4b11e.tar.gz android_bootable_recovery-6f3053522989f01ab8c294317f35ebbadbb4b11e.tar.bz2 android_bootable_recovery-6f3053522989f01ab8c294317f35ebbadbb4b11e.tar.lz android_bootable_recovery-6f3053522989f01ab8c294317f35ebbadbb4b11e.tar.xz android_bootable_recovery-6f3053522989f01ab8c294317f35ebbadbb4b11e.tar.zst android_bootable_recovery-6f3053522989f01ab8c294317f35ebbadbb4b11e.zip |
Diffstat (limited to 'error_code.h')
-rw-r--r-- | error_code.h | 2 |
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_ |