OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable_image_props_
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
omaha_request_params.cc
68
mutable_image_props_
= LoadMutableImageProperties(system_state_);
73
if (!IsValidChannel(
mutable_image_props_
.target_channel))
74
mutable_image_props_
.target_channel = image_props_.current_channel;
92
if (image_props_.current_channel ==
mutable_image_props_
.target_channel) {
101
<<
mutable_image_props_
.target_channel
103
<< utils::ToString(
mutable_image_props_
.is_powerwash_allowed);
148
<<
mutable_image_props_
.target_channel
172
mutable_image_props_
= new_props;
177
if (download_channel_ !=
mutable_image_props_
.target_channel) {
178
download_channel_ =
mutable_image_props_
.target_channel
[
all
...]
omaha_request_params.h
94
mutable_image_props_
.target_channel = in_target_channel;
95
mutable_image_props_
.is_powerwash_allowed = false;
123
return
mutable_image_props_
.target_channel;
221
return
mutable_image_props_
.is_powerwash_allowed;
234
mutable_image_props_
.target_channel = channel;
271
MutableImageProperties
mutable_image_props_
;
member in class:chromeos_update_engine::OmahaRequestParams
284
// stored in |
mutable_image_props_
.target_channel|. This channel is
Completed in 676 milliseconds