summaryrefslogtreecommitdiffstats
path: root/uncrypt
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-01-31 20:35:54 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-01-31 20:35:54 +0100
commit990807a95f367b15b2c318393b1d0f1cc75ccc34 (patch)
tree6d6f3af85cfb41d60b688de9e0a9049b37b6f139 /uncrypt
parentMerge "Fix potential size overflow in blockimg.cpp" (diff)
parentAdd android::fs_mgr namespace for new Fstab code (diff)
downloadandroid_bootable_recovery-990807a95f367b15b2c318393b1d0f1cc75ccc34.tar
android_bootable_recovery-990807a95f367b15b2c318393b1d0f1cc75ccc34.tar.gz
android_bootable_recovery-990807a95f367b15b2c318393b1d0f1cc75ccc34.tar.bz2
android_bootable_recovery-990807a95f367b15b2c318393b1d0f1cc75ccc34.tar.lz
android_bootable_recovery-990807a95f367b15b2c318393b1d0f1cc75ccc34.tar.xz
android_bootable_recovery-990807a95f367b15b2c318393b1d0f1cc75ccc34.tar.zst
android_bootable_recovery-990807a95f367b15b2c318393b1d0f1cc75ccc34.zip
Diffstat (limited to 'uncrypt')
-rw-r--r--uncrypt/uncrypt.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/uncrypt/uncrypt.cpp b/uncrypt/uncrypt.cpp
index 75595ac2c..f1f4f69f0 100644
--- a/uncrypt/uncrypt.cpp
+++ b/uncrypt/uncrypt.cpp
@@ -119,6 +119,9 @@
#include "otautil/error_code.h"
+using android::fs_mgr::Fstab;
+using android::fs_mgr::ReadDefaultFstab;
+
static constexpr int WINDOW_SIZE = 5;
static constexpr int FIBMAP_RETRY_LIMIT = 3;