Home | History | Annotate | Download | only in FvSimpleFileSystemDxe

Lines Matching refs:FileNameLength

487   UINTN                       FileNameLength;

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;