OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateBootControl
(Results
1 - 7
of
7
) sorted by null
/system/update_engine/common/
boot_control.h
30
std::unique_ptr<BootControlInterface>
CreateBootControl
();
/system/update_engine/
daemon_state_android.cc
30
boot_control_ = boot_control::
CreateBootControl
();
boot_control_recovery.cc
46
std::unique_ptr<BootControlInterface>
CreateBootControl
() {
boot_control_android.cc
48
std::unique_ptr<BootControlInterface>
CreateBootControl
() {
real_system_state.cc
55
boot_control_ = boot_control::
CreateBootControl
();
sideload_main.cc
162
boot_control::
CreateBootControl
();
boot_control_chromeos.cc
78
std::unique_ptr<BootControlInterface>
CreateBootControl
() {
Completed in 217 milliseconds