Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter.cc188 auto update_boot_flags_action = std::make_unique<UpdateBootFlagsAction>( in StartUpdater() local
190 aux_processor_.EnqueueAction(std::move(update_boot_flags_action)); in StartUpdater()
754 auto update_boot_flags_action = std::make_unique<UpdateBootFlagsAction>( in BuildUpdateActions() local
806 processor_->EnqueueAction(std::move(update_boot_flags_action)); in BuildUpdateActions()
/system/update_engine/
DAndroid.bp388 "update_boot_flags_action.cc",
444 "update_boot_flags_action.cc",
DBUILD.gn216 "update_boot_flags_action.cc",
/system/update_engine/aosp/
Dupdate_attempter_android.cc750 auto update_boot_flags_action = in BuildUpdateActions() local
778 processor_->EnqueueAction(std::move(update_boot_flags_action)); in BuildUpdateActions()