Searched refs:CACHE_ROOT (Results 1 – 4 of 4) sorted by relevance
36 constexpr const char* CACHE_ROOT = "/cache"; variable41 bool is_cache = (strcmp(volume, CACHE_ROOT) == 0); in EraseVolume()119 success &= EraseVolume(CACHE_ROOT, ui, false); in WipeData()
701 constexpr const char* CACHE_ROOT = "/cache"; in SetupPackageMount() local702 if (android::base::StartsWith(package_path, CACHE_ROOT)) { in SetupPackageMount()
49 constexpr const char* CACHE_ROOT = "/cache"; variable321 static bool has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in HasCache()
70 static constexpr const char* CACHE_ROOT = "/cache"; variable155 ensure_path_unmounted(CACHE_ROOT); in FinishRecovery()