OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSlotMarkedSuccessful
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/include/hardware/
boot_control.h
126
int (*
isSlotMarkedSuccessful
)(struct boot_control_module *module, unsigned slot);
/system/extras/bootctl/
bootctl.c
137
if (module->
isSlotMarkedSuccessful
== NULL) {
138
fprintf(stderr, "
isSlotMarkedSuccessful
() is not implemented by HAL.\n");
141
int ret = module->
isSlotMarkedSuccessful
(module, slot_number);
145
fprintf(stderr, "Error calling
isSlotMarkedSuccessful
(): %s\n",
/bootable/recovery/update_verifier/
update_verifier.cpp
158
int is_successful= module->
isSlotMarkedSuccessful
(module, current_slot);
159
SLOGI("Booting slot %u:
isSlotMarkedSuccessful
=%d\n", current_slot, is_successful);
/hardware/qcom/bootctrl/
boot_control.cpp
666
.
isSlotMarkedSuccessful
= is_slot_marked_successful,
Completed in 50 milliseconds