Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DFileBuffer.c486 CHAR16 *PrintLine2; in FileBufferPrintLine() local
509 PrintLine2 = AllocatePool (BufLen * 2); in FileBufferPrintLine()
510 if (PrintLine2 != NULL) { in FileBufferPrintLine()
511 ShellCopySearchAndReplace(PrintLine, PrintLine2, BufLen * 2, L"%", L"^%", FALSE, FALSE); in FileBufferPrintLine()
517 PrintLine2 in FileBufferPrintLine()
519 FreePool (PrintLine2); in FileBufferPrintLine()