Home
last modified time | relevance | path

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

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