OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_partnum
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/host/include/
cgpt_params.h
101
int
match_partnum
; /* 1-based; 0 means no match */
member in struct:CgptFindParams
/external/vboot_reference/cgpt/
cmd_find.c
178
if (params.
match_partnum
) {
cgpt_find.c
145
if (!params->
match_partnum
)
146
params->
match_partnum
= i+1;
Completed in 62 milliseconds