HomeSort by relevance Sort by last modified time
    Searched refs:AppendStr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 94 UINT16 *AppendStr;
98 AppendStr = AllocateZeroPool (0x1000);
99 if (AppendStr == NULL) {
105 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args);
108 StringSize = StrSize (AppendStr);
112 StringSize = StrSize (AppendStr);
123 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr);
126 FreePool (AppendStr);
    [all...]
  /external/pdfium/core/fxcrt/
fx_basic.h 172 void AppendStr(const CFX_ByteStringC& str) { m_Buffer << str; }

Completed in 90 milliseconds