OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AB_PARTITION_ATTR_UNBOOTABLE
(Results
1 - 2
of
2
) sorted by null
/device/google/marlin/recovery/oem-recovery/
gpt-utils.h
74
#define
AB_PARTITION_ATTR_UNBOOTABLE
(0x1<<7)
/hardware/qcom/bootctrl/
boot_control.cpp
119
retval = !!(*attr &
AB_PARTITION_ATTR_UNBOOTABLE
);
219
*attr = (*attr) |
AB_PARTITION_ATTR_UNBOOTABLE
;
220
*attr_bak = (*attr_bak) |
AB_PARTITION_ATTR_UNBOOTABLE
;
Completed in 34 milliseconds