Home
last modified time | relevance | path

Searched refs:VolStrLen (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
DEfiFileLib.c234 UINTN VolStrLen; in EblMatchVolumeName() local
242 VolStrLen = StrLen (mFsInfo[Index]->VolumeLabel); in EblMatchVolumeName()
244 if (Compare > VolStrLen) { in EblMatchVolumeName()