Home
last modified time | relevance | path

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

/external/vboot_reference/cgpt/
Dcgpt_show.c84 GuidToStr(&header->disk_uuid, buf, GUID_STRLEN); in HeaderDetails()
115 GuidToStr(&entry->type, type, GUID_STRLEN); in EntryDetails()
118 GuidToStr(&entry->unique, unique, GUID_STRLEN); in EntryDetails()
191 GuidToStr(&entry->type, buf, sizeof(buf)); in GptShow()
195 GuidToStr(&entry->unique, buf, sizeof(buf)); in GptShow()
234 GuidToStr(&entry->type, type, GUID_STRLEN); in GptShow()
Dcgpt_boot.c41 GuidToStr(&drive.pmbr.boot_guid, buf, sizeof(buf)); in CgptGetBootPartitionNumber()
142 GuidToStr(&drive.pmbr.boot_guid, buf, sizeof(buf)); in CgptBoot()
Dcgpt_add.c35 GuidToStr(&params->type_guid, tmp, sizeof(tmp)); in DumpCgptAddParams()
41 GuidToStr(&params->unique_guid, tmp, sizeof(tmp)); in DumpCgptAddParams()
Dcgpt.h108 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
Dcgpt_common.c407 void GuidToStr(const Guid *guid, char *str, unsigned int buflen) { in GuidToStr() function
1017 GuidToStr(&pmbr->boot_guid, buf, sizeof(buf)); in PMBRToStr()
/external/vboot_reference/host/linktest/
Dextern.c46 GuidToStr(0, 0, 0); in main()
/external/vboot_reference/host/include/
Dvboot_host.h42 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);