Home | History | Annotate | Download | only in UefiDevicePathLib

Lines Matching full:uristr

1652   CHAR8              *UriStr;

1659 UriStr = AllocatePool (UriLength + 1);
1660 ASSERT (UriStr != NULL);
1662 CopyMem (UriStr, Uri->Uri, UriLength);
1663 UriStr[UriLength] = '\0';
1664 UefiDevicePathLibCatPrint (Str, L"Uri(%a)", UriStr);
1665 FreePool (UriStr);