Searched refs:FormatWalker (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c2640 CHAR16 *FormatWalker; local
2680 FormatWalker = mPostReplaceFormat2;
2681 while (*FormatWalker != CHAR_NULL) {
2685 ResumeLocation = StrStr(FormatWalker, L"%");
2690 // print the current FormatWalker string
2692 if (StrLen(FormatWalker)>0) {
2693 Status = InternalPrintTo(FormatWalker);
2746 // update FormatWalker to Resume + 2 (skip the % and the indicator)
2748 FormatWalker = ResumeLocation + 2;

Completed in 88 milliseconds