Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc247 TimeDelta duration_since_update = curr_boottime - update_boottime; in GetValue() local
248 return new Time(clock->GetWallclockTime() - duration_since_update); in GetValue()