Home
last modified time | relevance | path

Searched refs:UUID_STR_LEN (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/cmd/
Dgpt.c41 char uuid_str[UUID_STR_LEN + 1]; in extract_env()
160 int partlistlen = UUID_STR_LEN + 1 + strlen("uuid_disk="); in calc_parts_list_len()
169 partlistlen += numparts * (strlen("uuid=;") + UUID_STR_LEN + 1); in calc_parts_list_len()
208 UUID_STR_LEN); in allocate_disk_part()
210 newpart->gpt_part_info.uuid[UUID_STR_LEN] = '\0'; in allocate_disk_part()
276 strncat(partitions_list, guid, UUID_STR_LEN + 1); in create_gpt_partitions_list()
296 UUID_STR_LEN + 1); in create_gpt_partitions_list()
403 *str_disk_guid = malloc(UUID_STR_LEN + 1); in set_gpt_info()
620 char disk_guid[UUID_STR_LEN + 1]; in do_disk_guid()
656 char disk_guid[UUID_STR_LEN + 1]; in do_rename_gpt_parts()
Davb.c194 char buffer[UUID_STR_LEN + 1]; in do_avb_get_uuid()
207 UUID_STR_LEN + 1) == in do_avb_get_uuid()
/external/u-boot/lib/
Duuid.c76 if (i != UUID_STR_LEN || !valid) in uuid_str_valid()
277 char uuid[UUID_STR_LEN + 1]; in do_uuid()
Dvsprintf.c394 char uuid[UUID_STR_LEN + 1]; in uuid_string()
/external/u-boot/include/
Dpart.h62 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 */
Duuid.h24 #define UUID_STR_LEN 36 macro
/external/u-boot/disk/
Dpart_efi.c221 char uuid[UUID_STR_LEN + 1]; in part_print_efi()