OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GUID_STRLEN
(Results
1 - 5
of
5
) sorted by null
/external/vboot_reference/host/include/
vboot_host.h
37
* At least
GUID_STRLEN
bytes should be reserved in 'str' (included the tailing
40
#define
GUID_STRLEN
37
/external/vboot_reference/cgpt/
cgpt_show.c
83
char buf[
GUID_STRLEN
];
84
GuidToStr(&header->disk_uuid, buf,
GUID_STRLEN
);
102
char type[
GUID_STRLEN
], unique[
GUID_STRLEN
];
115
GuidToStr(&entry->type, type,
GUID_STRLEN
);
118
GuidToStr(&entry->unique, unique,
GUID_STRLEN
);
224
char type[
GUID_STRLEN
];
234
GuidToStr(&entry->type, type,
GUID_STRLEN
);
cgpt_boot.c
40
char buf[
GUID_STRLEN
];
141
char buf[
GUID_STRLEN
];
cgpt.h
103
* At least
GUID_STRLEN
bytes should be reserved in 'str' (included the tailing
106
#define
GUID_STRLEN
37
cgpt_common.c
408
require(buflen >=
GUID_STRLEN
);
418
guid->u.Uuid.node[4], guid->u.Uuid.node[5]) ==
GUID_STRLEN
-1);
[
all
...]
Completed in 144 milliseconds