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

  /external/vboot_reference/host/linktest/
extern.c 47 StrToGuid(0, 0);
  /external/vboot_reference/host/include/
vboot_host.h 41 int StrToGuid(const char *str, Guid *guid);
  /external/vboot_reference/cgpt/
cmd_add.c 89 CGPT_OK != StrToGuid(optarg, &params.type_guid)) {
96 if (CGPT_OK != StrToGuid(optarg, &params.unique_guid)) {
cmd_find.c 105 CGPT_OK != StrToGuid(optarg, &params.type_guid)) {
112 if (CGPT_OK != StrToGuid(optarg, &params.unique_guid)) {
cgpt.h 107 int StrToGuid(const char *str, Guid *guid);
cgpt_common.c 366 int StrToGuid(const char *str, Guid *guid) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 400 StrToGuid (
743 StrToGuid (GuidStr, &Vendor->Guid);
    [all...]

Completed in 191 milliseconds