OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:download_channel_
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
omaha_request_params.cc
149
<< ", download channel = " <<
download_channel_
;
177
if (
download_channel_
!= mutable_image_props_.target_channel) {
178
download_channel_
= mutable_image_props_.target_channel;
179
LOG(INFO) << "Download channel for this attempt = " <<
download_channel_
;
210
int download_channel_index = GetChannelIndex(
download_channel_
);
216
return
download_channel_
== "canary-channel" ? image_props_.canary_product_id
omaha_request_params.h
125
inline std::string download_channel() const { return
download_channel_
; }
297
std::string
download_channel_
;
member in class:chromeos_update_engine::OmahaRequestParams
Completed in 141 milliseconds