Searched refs:new_log (Results 1 – 1 of 1) sorted by relevance
331 std::string new_log = android::base::StringPrintf("%s.%d", LAST_LOG_FILE, i+1); in rotate_logs() local333 rename(old_log.c_str(), new_log.c_str()); in rotate_logs()