Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc146 const char kXGoogleUpdateSessionId[] = "X-Goog-SessionId"; variable
Dconstants.h132 extern const char kXGoogleUpdateSessionId[];
/system/update_engine/cros/
Dupdate_attempter.cc768 download_fetcher->SetHeader(kXGoogleUpdateSessionId, session_id_); in BuildUpdateActions()
Dupdate_attempter_unittest.cc478 EXPECT_TRUE(da->http_fetcher()->GetHeader(kXGoogleUpdateSessionId, in SessionIdTestInDownloadAction()