summaryrefslogtreecommitdiffstats
path: root/crypto/vold_decrypt/vold_decrypt.h
diff options
context:
space:
mode:
authornijel8 <nijel8@gmail.com>2018-12-29 10:56:41 +0100
committernijel8 <nijel8@gmail.com>2019-02-02 03:36:23 +0100
commit2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a (patch)
tree8c90a6419398b1da04d45b9fde4269ded53ed91a /crypto/vold_decrypt/vold_decrypt.h
parentMerge "Revert "updater: Remove dead make_parents()."" into android-9.0 (diff)
downloadandroid_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.gz
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.bz2
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.lz
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.xz
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.zst
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.zip
Diffstat (limited to '')
-rw-r--r--crypto/vold_decrypt/vold_decrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/vold_decrypt/vold_decrypt.h b/crypto/vold_decrypt/vold_decrypt.h
index ba7a74720..248a42786 100644
--- a/crypto/vold_decrypt/vold_decrypt.h
+++ b/crypto/vold_decrypt/vold_decrypt.h
@@ -34,6 +34,7 @@ enum {
VD_ERR_VOLD_OPERATION_TIMEDOUT = -8,
VD_ERR_FORK_EXECL_ERROR = -9,
VD_ERR_PASSWORD_EMPTY = -10,
+ VD_ERR_UNABLE_TO_MOUNT_EXTRA = -11,
};