Searched refs:BaseTagLen (Results 1 – 1 of 1) sorted by relevance
181 UINTN BaseTagLen; in FatCreate8Dot3Name() local200 BaseTagLen = FatTrimAsciiTrailingBlanks (ShortName, FAT_MAIN_NAME_LEN); in FatCreate8Dot3Name()201 if (BaseTagLen > SPEC_BASE_TAG_LEN) { in FatCreate8Dot3Name()202 BaseTagLen = SPEC_BASE_TAG_LEN; in FatCreate8Dot3Name()207 ShortNameChar = ShortName + BaseTagLen; in FatCreate8Dot3Name()220 if (BaseTagLen > HASH_BASE_TAG_LEN) { in FatCreate8Dot3Name()221 BaseTagLen = HASH_BASE_TAG_LEN; in FatCreate8Dot3Name()224 ShortNameChar = ShortName + BaseTagLen; in FatCreate8Dot3Name()