Home | History | Annotate | Download | only in update_engine

Lines Matching refs:image_props_

67   image_props_ = LoadImageProperties(system_state_);
71 if (!IsValidChannel(image_props_.current_channel))
72 image_props_.current_channel = "stable-channel";
74 mutable_image_props_.target_channel = image_props_.current_channel;
77 LOG(INFO) << "Running from channel " << image_props_.current_channel;
82 image_props_.version = in_app_version;
84 os_sp_ = image_props_.version + "_" + GetMachineType();
92 if (image_props_.current_channel == mutable_image_props_.target_channel) {
112 update_url_ = image_props_.omaha_url;
123 update_url_ == image_props_.omaha_url);
146 << ". Current channel = " << image_props_.current_channel
209 int current_channel_index = GetChannelIndex(image_props_.current_channel);
216 return download_channel_ == "canary-channel" ? image_props_.canary_product_id
217 : image_props_.product_id;