Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching full:substr

218   @param  SubStr                 Points to the output string. It's caller's

229 OUT EFI_STRING *SubStr
240 ASSERT (String != NULL && SubStr != NULL);
243 *SubStr = AllocateCopyPool (StrSize (String), String);
244 ASSERT (*SubStr != NULL);
302 *SubStr = Str;