Home | History | Annotate | Download | only in EfiFileLib

Lines Matching refs:VolumeLabel

242     VolStrLen = StrLen (mFsInfo[Index]->VolumeLabel);

248 if (PathName[Compare] != (CHAR8)mFsInfo[Index]->VolumeLabel[Compare]) {
249 // If the VolumeLabel has a space allow a _ to match with it in addition to ' '
250 if (!((PathName[Compare] == '_') && (mFsInfo[Index]->VolumeLabel[Compare] == L' '))) {