summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-09-30 02:11:13 +0200
committerTao Bao <tbao@google.com>2017-10-02 20:18:13 +0200
commit3e18f2bf4004e9df2f7fcee0d2035552404ff715 (patch)
tree5419ae85b390213bbca80f905584c28dd4b2fd37 /install.cpp
parentMerge "roots: Remove #include "common.h"." (diff)
downloadandroid_bootable_recovery-3e18f2bf4004e9df2f7fcee0d2035552404ff715.tar
android_bootable_recovery-3e18f2bf4004e9df2f7fcee0d2035552404ff715.tar.gz
android_bootable_recovery-3e18f2bf4004e9df2f7fcee0d2035552404ff715.tar.bz2
android_bootable_recovery-3e18f2bf4004e9df2f7fcee0d2035552404ff715.tar.lz
android_bootable_recovery-3e18f2bf4004e9df2f7fcee0d2035552404ff715.tar.xz
android_bootable_recovery-3e18f2bf4004e9df2f7fcee0d2035552404ff715.tar.zst
android_bootable_recovery-3e18f2bf4004e9df2f7fcee0d2035552404ff715.zip
Diffstat (limited to 'install.cpp')
-rw-r--r--install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index 507161c2e..74d1a68b3 100644
--- a/install.cpp
+++ b/install.cpp
@@ -653,7 +653,7 @@ int install_package(const std::string& path, bool* wipe_cache, const std::string
std::chrono::duration<double> duration = std::chrono::system_clock::now() - start;
int time_total = static_cast<int>(duration.count());
- bool has_cache = volume_for_path("/cache") != nullptr;
+ bool has_cache = volume_for_mount_point("/cache") != nullptr;
// Skip logging the uncrypt_status on devices without /cache.
if (has_cache) {
static constexpr const char* UNCRYPT_STATUS = "/cache/recovery/uncrypt_status";