Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc245 Time curr_boottime = clock->GetBootTime(); in GetValue() local
246 if (curr_boottime < update_boottime) { in GetValue()
251 TimeDelta duration_since_update = curr_boottime - update_boottime; in GetValue()