Home | History | Annotate | Download | only in recovery

Lines Matching refs:old_log

467         std::string old_log = android::base::StringPrintf("%s", LAST_LOG_FILE);
469 old_log += "." + std::to_string(i);
472 // Ignore errors if old_log doesn't exist.
473 rename(old_log.c_str(), new_log.c_str());