Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.cc195 TimeDelta time_reported_since = now - last_reported_at; in UpdateAttempter() local
196 if (time_reported_since.InSeconds() < 0) { in UpdateAttempter()
198 << utils::FormatTimeDelta(time_reported_since) << " ago " in UpdateAttempter()
204 if (time_reported_since.InSeconds() < 24*60*60) { in UpdateAttempter()
206 << utils::FormatTimeDelta(time_reported_since) << " ago."; in UpdateAttempter()
210 << utils::FormatTimeDelta(time_reported_since) << " ago, " in UpdateAttempter()