Home
last modified time | relevance | path

Searched refs:GUID_LEN (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/arm-trusted-firmware/include/drivers/partition/
H A Dgpt.h16 #define GUID_LEN 16 macro
21 unsigned char type_uuid[GUID_LEN];
22 unsigned char unique_uuid[GUID_LEN];
/aosp_15_r20/external/coreboot/util/smmstoretool/
H A Dguids.c56 char *str = xmalloc(GUID_LEN + 1); in format_guid()
57 snprintf(str, GUID_LEN + 1, in format_guid()
77 if (strlen(str) != GUID_LEN) in parse_guid()
H A Dguids.h10 #define GUID_LEN 35 macro
H A Dmain.c253 printf("%-*s:%s (%zu %s)\n", GUID_LEN, guid, name, v->data_size, in process_list()