HomeSort by relevance Sort by last modified time
    Searched refs:UUID_STR_LEN (Results 1 - 7 of 7) sorted by null

  /external/u-boot/include/
uuid.h 24 #define UUID_STR_LEN 36
part.h 62 char uuid[UUID_STR_LEN + 1]; /* filesystem UUID as string, if exists */
65 char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */
  /external/u-boot/cmd/
gpt.c 41 char uuid_str[UUID_STR_LEN + 1];
160 int partlistlen = UUID_STR_LEN + 1 + strlen("uuid_disk=");
169 partlistlen += numparts * (strlen("uuid=;") + UUID_STR_LEN + 1);
208 UUID_STR_LEN);
209 /* UUID_STR_LEN is correct, as uuid[]'s length is UUID_STR_LEN+1 chars */
210 newpart->gpt_part_info.uuid[UUID_STR_LEN] = '\0';
276 strncat(partitions_list, guid, UUID_STR_LEN + 1);
296 UUID_STR_LEN + 1);
403 *str_disk_guid = malloc(UUID_STR_LEN + 1)
    [all...]
avb.c 194 char buffer[UUID_STR_LEN + 1];
207 UUID_STR_LEN + 1) ==
  /external/u-boot/lib/
uuid.c 76 if (i != UUID_STR_LEN || !valid)
277 char uuid[UUID_STR_LEN + 1];
vsprintf.c 394 char uuid[UUID_STR_LEN + 1];
  /external/u-boot/disk/
part_efi.c 221 char uuid[UUID_STR_LEN + 1];

Completed in 62 milliseconds