OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewFileNameLength
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostPrivate.h
51
UINTN
NewFileNameLength
;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c
488
UINTN
NewFileNameLength
;
560
//
NewFileNameLength
= FileNameLength + 1 + 4 = (Number of non-null character) + (file extension) + (a null character)
561
NewFileNameLength
= FileNameLength + 1 + 4;
562
FileNameWithExtension = AllocateCopyPool (
NewFileNameLength
* 2, FileName);
563
StrCatS (FileNameWithExtension,
NewFileNameLength
, L".EFI");
[
all
...]
Completed in 50 milliseconds