Home
last modified time | relevance | path

Searched refs:volume_for_mount_point (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/install/
Dwipe_data.cpp86 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeCache()
119 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeData()
123 if (volume_for_mount_point(METADATA_ROOT) != nullptr) { in WipeData()
Dinstall.cpp595 bool has_cache = volume_for_mount_point("/cache") != nullptr; in InstallPackage()
/bootable/recovery/recovery_utils/include/recovery_utils/
Droots.h29 Volume* volume_for_mount_point(const std::string& mount_point);
/bootable/recovery/recovery_utils/
Droots.cpp74 Volume* volume_for_mount_point(const std::string& mount_point) { in volume_for_mount_point() function
321 static bool has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in HasCache()