OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptn_list
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/bootctrl/
boot_control.cpp
145
const char
ptn_list
[][MAX_GPT_NAME_SIZE] = { AB_PTN_LIST };
local
161
for (i=0; i < ARRAY_SIZE(
ptn_list
); i++) {
167
ptn_list
[i],
178
ptn_list
[i],
189
ptn_list
[i],
523
const char
ptn_list
[][MAX_GPT_NAME_SIZE] = { AB_PTN_LIST };
local
538
for (i = 0; i < ARRAY_SIZE(
ptn_list
); i++) {
540
if (is_ufs && !strncmp(
ptn_list
[i], PTN_XBL, strlen(PTN_XBL)))
543
string cur_ptn =
ptn_list
[i];
/device/google/marlin/recovery/oem-recovery/
gpt-utils.cpp
[
all
...]
Completed in 118 milliseconds