Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dcommon_service.cc92 bool restrict_downloads = (flags & UpdateAttemptFlags::kFlagRestrictDownload); in AttemptUpdate() local
98 << "RestrictDownload=" << (restrict_downloads ? "yes " : "no "); in AttemptUpdate()