OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMAP_NAMELEN
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/host/lib/include/
fmap.h
14
#define
FMAP_NAMELEN
32
25
char fmap_name[
FMAP_NAMELEN
];
32
char area_name[
FMAP_NAMELEN
];
/external/vboot_reference/host/lib/
fmap.c
60
if (!strncmp(ah[i].area_name, name,
FMAP_NAMELEN
)) {
/external/vboot_reference/futility/
cmd_dump_fmap.c
72
snprintf(buf,
FMAP_NAMELEN
+ 1, "%s", fmh->fmap_name);
78
snprintf(buf,
FMAP_NAMELEN
+ 1, "%s", ah->area_name);
314
char buf[
FMAP_NAMELEN
+ 1];
315
strncpy(buf, ah[i].area_name,
FMAP_NAMELEN
);
316
buf[
FMAP_NAMELEN
] = '\0';
Completed in 1604 milliseconds