Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dconstants.cc144 const char kXGoogleUpdateAppId[] = "X-Goog-Update-AppId"; variable
H A Dconstants.h130 extern const char kXGoogleUpdateAppId[];
/aosp12/system/update_engine/cros/
H A Domaha_request_action.cc530 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params->GetAppId()); in PerformAction()