Home | History | Annotate | Download | only in Arm

Lines Matching refs:NameSize

453   UINTN          NameSize;

463 NameSize = AsciiStrLen (Fcb->FileName);
464 FileName = AllocatePool (NameSize + 1);
767 UINTN NameSize = 0;
774 NameSize = AsciiStrLen (Fcb->FileName) + 1;
775 ResultSize = SIZE_OF_EFI_FILE_INFO + NameSize * sizeof (CHAR16);
794 for (Index = 0; Index < NameSize; Index++) {