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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MultipleWorkspace.py 126 # @retval PathStr Path string include the $(WORKSPACE)
129 def handleWsMacro(cls, PathStr):
130 if TAB_WORKSPACE in PathStr:
131 PathList = PathStr.split()
144 PathStr = ' '.join(PathList)
145 return PathStr
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 156 IN INT8 *PathStr
162 Len = strlen (" -I ") + strlen (PathStr) + 1;
176 strcat (IncludePaths, PathStr);
  /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/EmbeddedPkg/Library/AbootimgLib/
AbootimgLib.c 359 IN CHAR16 *PathStr,
369 if (PathStr == NULL) {
376 DevicePath = (EFI_DEVICE_PATH *)EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (PathStr);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigRouting.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 273 IN CHAR8 *PathStr
279 Len = strlen (" -I ") + strlen (PathStr) + 1;
293 strcat (IncludePaths, PathStr);
  /external/clang/lib/Basic/
VirtualFileSystem.cpp     [all...]

Completed in 729 milliseconds