Home | History | Annotate | Download | only in DisplayEngineDxe

Lines Matching refs:Str2

229   CHAR16  *Str2;

257 Str2 = GetToken (Value2->Value.string, HiiHandle);
258 if (Str2 == NULL) {
263 *Result = StrCmp (Str1, Str2);
266 FreePool (Str2);