Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc140 const char kXGoogleUpdateAppId[] = "X-Goog-Update-AppId"; variable
Dconstants.h125 extern const char kXGoogleUpdateAppId[];
/system/update_engine/
Domaha_request_action.cc470 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params_->GetAppId()); in PerformAction()