Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp77 static bool save_current_log = false; variable
147 copy_logs(save_current_log, has_cache, sehandle); in finish_recovery()
523 save_current_log = true; in prompt_and_wait()
535 save_current_log = true; in prompt_and_wait()
547 save_current_log = true; in prompt_and_wait()
570 copy_logs(save_current_log, has_cache, sehandle); in prompt_and_wait()
862 save_current_log = true; in start_recovery()
892 copy_logs(save_current_log, has_cache, sehandle); in start_recovery()
916 save_current_log = true; in start_recovery()
923 save_current_log = true; in start_recovery()
[all …]
/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
210 if (!save_current_log) { in copy_logs()