HomeSort by relevance Sort by last modified time
    Searched refs:do_rotate (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/otautil/
logging.cpp 89 bool* do_rotate = static_cast<bool*>(arg); local
92 *do_rotate = true;
99 bool* do_rotate = static_cast<bool*>(arg); local
100 if (!*do_rotate) {
  /bootable/recovery/
recovery_main.cpp 321 bool do_rotate = false; local
323 __android_log_pmsg_file_read(LOG_ID_SYSTEM, ANDROID_LOG_INFO, filter, logbasename, &do_rotate);
325 __android_log_pmsg_file_read(LOG_ID_SYSTEM, ANDROID_LOG_INFO, filter, logrotate, &do_rotate);

Completed in 205 milliseconds