OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AB_PARTITION_ATTR_SLOT_ACTIVE
(Results
1 - 2
of
2
) sorted by null
/device/google/marlin/recovery/oem-recovery/
gpt-utils.h
72
#define
AB_PARTITION_ATTR_SLOT_ACTIVE
(0x1<<2)
/hardware/qcom/bootctrl/
boot_control.cpp
64
~
AB_PARTITION_ATTR_SLOT_ACTIVE
); \
115
retval = !!(*attr &
AB_PARTITION_ATTR_SLOT_ACTIVE
);
222
*attr = (*attr) |
AB_PARTITION_ATTR_SLOT_ACTIVE
;
223
*attr_bak = (*attr) |
AB_PARTITION_ATTR_SLOT_ACTIVE
;
Completed in 112 milliseconds