Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dwipe_data.cpp88 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeCache() local
89 if (!has_cache) { in WipeCache()
110 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeData() local
111 if (has_cache) { in WipeData()
Dinstall.cpp660 bool has_cache = volume_for_mount_point("/cache") != nullptr; in install_package() local
662 if (has_cache) { in install_package()
/bootable/recovery/
Drecovery-persist.cpp138 bool has_cache = false; in main() local
149 has_cache = true; in main()
157 if (has_cache) { in main()
183 if (!has_cache) { in main()
Dcommon.h30 extern bool has_cache;
Drecovery_main.cpp68 bool has_cache = false; variable
134 if (args.size() == 1 && has_cache) { in get_args()
334 has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in main()
373 if (has_cache) { in main()
420 if (!has_cache) { in main()
Drecovery.cpp138 if (!locale.empty() && has_cache) { in finish_recovery()
147 copy_logs(save_current_log, has_cache, sehandle); in finish_recovery()
156 if (has_cache) { in finish_recovery()
385 if (has_cache) { in choose_recovery_file()
570 copy_logs(save_current_log, has_cache, sehandle); in prompt_and_wait()
892 copy_logs(save_current_log, has_cache, sehandle); in start_recovery()
/bootable/recovery/otautil/include/otautil/
Dlogging.h56 void copy_logs(bool save_current_log, bool has_cache, const selabel_handle* sehandle);
/bootable/recovery/otautil/
Dlogging.cpp206 void copy_logs(bool save_current_log, bool has_cache, const selabel_handle* sehandle) { in copy_logs() argument
219 if (!has_cache) { in copy_logs()