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

  /external/vboot_reference/host/linktest/
extern.c 46 GuidToStr(0, 0, 0);
  /external/vboot_reference/host/include/
vboot_host.h 42 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
  /external/vboot_reference/cgpt/
cgpt_show.c 84 GuidToStr(&header->disk_uuid, buf, GUID_STRLEN);
115 GuidToStr(&entry->type, type, GUID_STRLEN);
118 GuidToStr(&entry->unique, unique, GUID_STRLEN);
191 GuidToStr(&entry->type, buf, sizeof(buf));
195 GuidToStr(&entry->unique, buf, sizeof(buf));
234 GuidToStr(&entry->type, type, GUID_STRLEN);
cgpt_boot.c 41 GuidToStr(&drive.pmbr.boot_guid, buf, sizeof(buf));
142 GuidToStr(&drive.pmbr.boot_guid, buf, sizeof(buf));
cgpt.h 108 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
cgpt_add.c 35 GuidToStr(&params->type_guid, tmp, sizeof(tmp));
41 GuidToStr(&params->unique_guid, tmp, sizeof(tmp));
cgpt_common.c 407 void GuidToStr(const Guid *guid, char *str, unsigned int buflen) {
    [all...]

Completed in 168 milliseconds