Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc232 Time update_boottime; in GetValue() local
234 &update_boottime)) { in GetValue()
242 if (curr_boottime < update_boottime) { in GetValue()
247 TimeDelta duration_since_update = curr_boottime - update_boottime; in GetValue()