Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params.cc159 MutableImageProperties new_props; in SetTargetChannel() local
160 new_props.target_channel = new_target_channel; in SetTargetChannel()
161 new_props.is_powerwash_allowed = is_powerwash_allowed; in SetTargetChannel()
163 if (!StoreMutableImageProperties(system_state_, new_props)) { in SetTargetChannel()
168 mutable_image_props_ = new_props; in SetTargetChannel()