Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.cc1234 void PayloadState::BootedIntoUpdate(TimeDelta time_to_reboot) { in BootedIntoUpdate() argument
1238 time_to_reboot.InMinutes(), in BootedIntoUpdate()
1242 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(time_to_reboot) in BootedIntoUpdate()
1261 TimeDelta time_to_reboot = in UpdateEngineStarted() local
1263 if (time_to_reboot.ToInternalValue() < 0) { in UpdateEngineStarted()
1267 BootedIntoUpdate(time_to_reboot); in UpdateEngineStarted()
Dpayload_state.h416 void BootedIntoUpdate(base::TimeDelta time_to_reboot);