Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
DReportStatusCode.c100 UINTN FormatStrLen; in EfiDebugVPrintWorker() local
136 FormatStrLen = EfiAsciiStrLen (Format); in EfiDebugVPrintWorker()
141 if (FormatStrLen > RemainingStrLen) { in EfiDebugVPrintWorker()
142 FormatStrLen = RemainingStrLen; in EfiDebugVPrintWorker()
144 EfiCommonLibCopyMem (Ptr, Format, FormatStrLen); in EfiDebugVPrintWorker()
145 *((CHAR8 *) Ptr + FormatStrLen) = '\0'; in EfiDebugVPrintWorker()