Searched defs:out_boot_time (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Dupdate_attempter.cc1474 bool UpdateAttempter::GetBootTimeAtUpdate(Time *out_boot_time) { argument
1488 // Short-circuit avoiding the read in case out_boot_time is nullptr.
1489 if (out_boot_time) {
1495 *out_boot_time = Time::FromInternalValue(boot_time);

Completed in 52 milliseconds