Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dwipe_data.cpp36 constexpr const char* CACHE_ROOT = "/cache"; variable
41 bool is_cache = (strcmp(volume, CACHE_ROOT) == 0); in EraseVolume()
119 success &= EraseVolume(CACHE_ROOT, ui, false); in WipeData()
Dinstall.cpp701 constexpr const char* CACHE_ROOT = "/cache"; in SetupPackageMount() local
702 if (android::base::StartsWith(package_path, CACHE_ROOT)) { in SetupPackageMount()
/bootable/recovery/recovery_utils/
Droots.cpp49 constexpr const char* CACHE_ROOT = "/cache"; variable
321 static bool has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in HasCache()
/bootable/recovery/
Drecovery.cpp70 static constexpr const char* CACHE_ROOT = "/cache"; variable
155 ensure_path_unmounted(CACHE_ROOT); in FinishRecovery()