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

/external/syslinux/core/fs/fat/
H A Dfat.c821 #define FAT_UUID_LEN (4 + 1 + 4 + 1) macro
827 uuid = malloc(FAT_UUID_LEN);
831 if (snprintf(uuid, FAT_UUID_LEN, "%04x-%04x",

Completed in 66 milliseconds