HomeSort by relevance Sort by last modified time
    Searched defs:PathStr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 753 CHAR8 *PathStr;
768 PathStr = AllocatePool (Parser->FieldData[HTTP_URI_FIELD_PATH].Length + 1);
769 if (PathStr == NULL) {
776 PathStr,
783 PathStr[ResultLength] = '\0';
784 *Path = PathStr;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigRouting.c     [all...]

Completed in 108 milliseconds