OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AB_PARTITION_ATTR_BOOT_SUCCESSFUL
(Results
1 - 2
of
2
) sorted by null
/device/google/marlin/recovery/oem-recovery/
gpt-utils.h
73
#define
AB_PARTITION_ATTR_BOOT_SUCCESSFUL
(0x1<<6)
/hardware/qcom/bootctrl/
boot_control.cpp
117
retval = !!(*attr &
AB_PARTITION_ATTR_BOOT_SUCCESSFUL
);
215
*attr = (*attr) |
AB_PARTITION_ATTR_BOOT_SUCCESSFUL
;
217
AB_PARTITION_ATTR_BOOT_SUCCESSFUL
;
Completed in 35 milliseconds