Searched refs:UUID_STR_LEN (Results 1 – 4 of 4) sorted by relevance
77 #define UUID_STR_LEN 36 macro
64 char uuid_part_str[UUID_STR_LEN + 1];65 char uuid_disk_str[UUID_STR_LEN + 1];
77 char uuid[UUID_STR_LEN + 1]; /* filesystem UUID as string, if exists */80 char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */103 strlcpy(info->uuid, val, UUID_STR_LEN + 1); in disk_partition_set_uuid()151 strlcpy(info->type_guid, val, UUID_STR_LEN + 1); in disk_partition_set_type_guid()
26 char uuidbuf[UUID_STR_LEN + 1];
Completed in 15 milliseconds