Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.h558 base::Time attempt_start_time_boot_; variable
Dpayload_state.cc185 attempt_start_time_boot_ = clock->GetBootTime(); in AttemptStarted()
577 TimeDelta duration = clock->GetBootTime() - attempt_start_time_boot_; in CollectAndReportAttemptMetrics()