OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_GPT_NAME_SIZE
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/bootctrl/
boot_control.cpp
144
char partName[
MAX_GPT_NAME_SIZE
+ 1] = {0};
145
const char ptn_list[][
MAX_GPT_NAME_SIZE
] = { AB_PTN_LIST };
389
char slotA[
MAX_GPT_NAME_SIZE
+ 1] = {0};
390
char slotB[
MAX_GPT_NAME_SIZE
+ 1] = {0};
523
const char ptn_list[][
MAX_GPT_NAME_SIZE
] = { AB_PTN_LIST };
609
char bootPartition[
MAX_GPT_NAME_SIZE
+ 1] = {0};
628
char bootPartition[
MAX_GPT_NAME_SIZE
+ 1] = {0};
/device/google/marlin/recovery/oem-recovery/
gpt-utils.h
63
#define
MAX_GPT_NAME_SIZE
72
gpt-utils.cpp
202
char name8[
MAX_GPT_NAME_SIZE
/ 2];
235
const char ptn_swap_list[][
MAX_GPT_NAME_SIZE
] = { PTN_SWAP_LIST };
[
all
...]
Completed in 43 milliseconds