Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dgpt.c270 char partstr[PART_NAME_LEN + 1]; in create_gpt_partitions_list() local
284 sprintf(partstr, ",start=0x%llx", in create_gpt_partitions_list()
288 strncat(partitions_list, partstr, PART_NAME_LEN + 1); in create_gpt_partitions_list()
289 sprintf(partstr, ",size=0x%llx", in create_gpt_partitions_list()
292 strncat(partitions_list, partstr, PART_NAME_LEN + 1); in create_gpt_partitions_list()