Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c2768 CHAR16 *FormatWalker; in InternalShellPrintWorker() local
2808 FormatWalker = mPostReplaceFormat2; in InternalShellPrintWorker()
2809 while (*FormatWalker != CHAR_NULL) { in InternalShellPrintWorker()
2813 ResumeLocation = StrStr(FormatWalker, L"%"); in InternalShellPrintWorker()
2820 if (StrLen(FormatWalker)>0) { in InternalShellPrintWorker()
2821 Status = InternalPrintTo(FormatWalker); in InternalShellPrintWorker()
2881 FormatWalker = ResumeLocation + 2; in InternalShellPrintWorker()