Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/
Dlogging.cpp89 bool* do_rotate = static_cast<bool*>(arg); in logbasename() local
92 *do_rotate = true; in logbasename()
99 bool* do_rotate = static_cast<bool*>(arg); in logrotate() local
100 if (!*do_rotate) { in logrotate()
/bootable/recovery/
Drecovery_main.cpp327 bool do_rotate = false; in main() local
329 __android_log_pmsg_file_read(LOG_ID_SYSTEM, ANDROID_LOG_INFO, filter, logbasename, &do_rotate); in main()
331 __android_log_pmsg_file_read(LOG_ID_SYSTEM, ANDROID_LOG_INFO, filter, logrotate, &do_rotate); in main()