Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dwipe_data.cpp64 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeCache() local
65 if (!has_cache) { in WipeCache()
97 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeData() local
98 if (has_cache) { in WipeData()
Dinstall.cpp667 bool has_cache = volume_for_mount_point("/cache") != nullptr; in InstallPackage() local
669 if (has_cache) { in InstallPackage()
/bootable/recovery/
Drecovery-persist.cpp181 bool has_cache = false; in main() local
192 has_cache = true; in main()
200 if (has_cache) { in main()
225 if (!has_cache) { in main()
/bootable/recovery/recovery_utils/
Droots.cpp329 static bool has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in HasCache() local
330 return has_cache; in HasCache()