Lines Matching full:ismatch
6667 @@ -917,14 +912,14 @@ IsMatch (6669 if ((IsMatch && mIgnoreAttribute) ||6670 (IsMatch && !mAttributes && !(Info->Attribute & EFI_FILE_HIDDEN) && !(Info->Attribute & EFI_FILE_SYSTEM)) ||6671 - IsMatch &&6672 + (IsMatch &&6683 IsMatch = TRUE;