Searched refs:GUID_STRLEN (Results 1 - 5 of 5) sorted by relevance

/external/vboot_reference/host/include/
H A Dvboot_host.h37 * At least GUID_STRLEN bytes should be reserved in 'str' (included the tailing
40 #define GUID_STRLEN 37 macro
/external/vboot_reference/cgpt/
H A Dcgpt_show.c83 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);
H A Dcgpt_boot.c40 char buf[GUID_STRLEN];
141 char buf[GUID_STRLEN];
H A Dcgpt.h103 * At least GUID_STRLEN bytes should be reserved in 'str' (included the tailing
106 #define GUID_STRLEN 37 macro
H A Dcgpt_common.c408 require(buflen >= GUID_STRLEN);
418 guid->u.Uuid.node[4], guid->u.Uuid.node[5]) == GUID_STRLEN-1);
1013 char buf[GUID_STRLEN];

Completed in 183 milliseconds