Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEfiDecompress.c40 UINTN OutSizeTemp; in ShellCommandRunEfiDecompress() local
151 OutSizeTemp = OutSize; in ShellCommandRunEfiDecompress()
152 Status = gEfiShellProtocol->WriteFile(OutFileHandle, &OutSizeTemp, OutBuffer); in ShellCommandRunEfiDecompress()
153 OutSize = (UINT32)OutSizeTemp; in ShellCommandRunEfiDecompress()