Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp110 static const char *CACHE_ROOT = "/cache"; variable
511 ensure_path_unmounted(CACHE_ROOT); in finish_recovery()
524 bool is_cache = (strcmp(volume, CACHE_ROOT) == 0); in erase_volume()
1391 has_cache = volume_for_path(CACHE_ROOT) != nullptr; in main()