Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DType.c41 VOID *AllocatedBuffer; in TypeFileByHandle() local
49 AllocatedBuffer = AllocateZeroPool(ReadSize); in TypeFileByHandle()
50 if (AllocatedBuffer == NULL) { in TypeFileByHandle()
58 Buffer = AllocatedBuffer; in TypeFileByHandle()
155 FreePool (AllocatedBuffer); in TypeFileByHandle()