Home
last modified time | relevance | path

Searched defs:has_cache (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/install/
Dwipe_data.cpp88 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeCache() local
110 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeData() local
Dinstall.cpp660 bool has_cache = volume_for_mount_point("/cache") != nullptr; in install_package() local
/bootable/recovery/
Drecovery-persist.cpp138 bool has_cache = false; in main() local
Drecovery_main.cpp68 bool has_cache = false; variable
/bootable/recovery/otautil/
Dlogging.cpp206 void copy_logs(bool save_current_log, bool has_cache, const selabel_handle* sehandle) { in copy_logs()