Searched refs:updater_started_time (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/update_manager/
H A Dchromeos_policy.cc597 const Time* updater_started_time = local
599 POLICY_CHECK_VALUE_AND_FAIL(updater_started_time, error);
610 if (!last_checked_time || *last_checked_time < *updater_started_time) {
611 *next_update_check = *updater_started_time + FuzzedInterval(

Completed in 33 milliseconds