Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dwipe_data.cpp34 constexpr const char* CACHE_ROOT = "/cache"; variable
40 bool is_cache = (strcmp(volume, CACHE_ROOT) == 0); in EraseVolume()
99 success &= EraseVolume(CACHE_ROOT, ui, data_fstype); in WipeData()
Dinstall.cpp786 constexpr const char* CACHE_ROOT = "/cache"; in SetupPackageMount() local
787 if (android::base::StartsWith(package_path, CACHE_ROOT)) { in SetupPackageMount()
/bootable/recovery/recovery_utils/
Droots.cpp49 constexpr const char* CACHE_ROOT = "/cache"; variable
329 static bool has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in HasCache()
/bootable/recovery/
Drecovery.cpp66 static constexpr const char* CACHE_ROOT = "/cache"; variable
151 ensure_path_unmounted(CACHE_ROOT); in FinishRecovery()