OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markBootSuccessful
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware/include/hardware/
boot_control.h
79
* (*
markBootSuccessful
)() marks the current slot
84
int (*
markBootSuccessful
)(struct boot_control_module *module);
122
* been marked as successful using
markBootSuccessful
.
/bootable/recovery/update_verifier/
update_verifier.cpp
179
int ret = module->
markBootSuccessful
(module);
/system/extras/bootctl/
bootctl.c
84
int ret = module->
markBootSuccessful
(module);
/system/update_engine/
boot_control_android.cc
174
int ret = module_->
markBootSuccessful
(module_);
/hardware/bsp/intel/soc/common/bootctrl/
bootctrl.c
217
/* In
markBootSuccessful
(), set Successful Boot to 1 and
354
.
markBootSuccessful
= bootctrl_mark_boot_successful,
/system/extras/boot_control_copy/
boot_control_copy.c
286
.
markBootSuccessful
= module_markBootSuccessful,
/hardware/qcom/bootctrl/
boot_control.cpp
661
.
markBootSuccessful
= mark_boot_successful,
Completed in 572 milliseconds