diff options
author | Tom Cherry <tomcherry@google.com> | 2019-01-31 20:35:54 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-01-31 20:35:54 +0100 |
commit | 990807a95f367b15b2c318393b1d0f1cc75ccc34 (patch) | |
tree | 6d6f3af85cfb41d60b688de9e0a9049b37b6f139 /uncrypt/uncrypt.cpp | |
parent | Merge "Fix potential size overflow in blockimg.cpp" (diff) | |
parent | Add android::fs_mgr namespace for new Fstab code (diff) | |
download | android_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/uncrypt.cpp')
-rw-r--r-- | uncrypt/uncrypt.cpp | 3 |
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; |