Home | History | Annotate | Download | only in update_engine

Lines Matching refs:num_days

494   int num_days = 1;  // the value to be shifted.
495 const int kMaxShifts = (sizeof(num_days) * 8) - 2;
503 num_days = min(num_days << power, kMaxBackoffDays);
508 TimeDelta next_backoff_interval = TimeDelta::FromDays(num_days) +