Searched defs:FileNameLength (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c134 UINTN FileNameLength; local
140 FileNameLength = AsciiStrLen (FileName);
142 TotalSize = sizeof (EFI_DEBUG_ASSERT_DATA) + FileNameLength + 1 + DescriptionLength + 1;
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
H A DSemihostPrivate.h49 UINTN FileNameLength; member in struct:__anon3315
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
H A DFvSimpleFileSystem.c487 UINTN FileNameLength; local
555 FileNameLength = StrLen (FileName);
558 if (mUnicodeCollation->StriColl (mUnicodeCollation, FileName + FileNameLength - 4, L".efi") != 0) {
560 // NewFileNameLength = FileNameLength + 1 + 4 = (Number of non-null character) + (file extension) + (a null character)
561 NewFileNameLength = FileNameLength + 1 + 4;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Support.c287 UINTN FileNameLength; local
303 FileNameLength = AsciiStrLen ((CHAR8 *) Token->Filename);
305 BufferLength = (UINT32) FileNameLength + (UINT32) ModeLength + 4;
328 BufferLength -= (UINT32) (FileNameLength + 1);
329 Cur += FileNameLength + 1;
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Support.c461 UINTN FileNameLength; local
493 FileNameLength = AsciiStrLen ((CHAR8 *) Token->Filename);
495 BufferLength = (UINT32) FileNameLength + (UINT32) ModeLength + 4;
522 BufferLength -= (UINT32) (FileNameLength + 1);
523 Cur += FileNameLength + 1;
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DHost.c1125 int FileNameLength,
1123 SecGdbScriptBreak( char *FileName, int FileNameLength, long unsigned int LoadAddress, int AddSymbolFlag ) argument

Completed in 112 milliseconds