Home
last modified time | relevance | path

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

/system/update_engine/common/
Dboot_control.h30 std::unique_ptr<BootControlInterface> CreateBootControl();
/system/update_engine/aosp/
Ddaemon_state_android.cc31 boot_control_ = boot_control::CreateBootControl(); in Initialize()
Dboot_control_android.cc43 std::unique_ptr<BootControlInterface> CreateBootControl() { in CreateBootControl() function
Dsideload_main.cc145 boot_control::CreateBootControl(); in ApplyUpdatePayload()