Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Domaha_request_action.cc442 Time time_of_oobe; in GetInstallDate() local
444 !SystemState::Get()->hardware()->IsOOBEComplete(&time_of_oobe)) { in GetInstallDate()
451 if (!utils::ConvertToOmahaInstallDate(time_of_oobe, &num_days)) { in GetInstallDate()
453 << "as its value '" << utils::ToString(time_of_oobe) in GetInstallDate()