Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEfiCompress.c42 UINTN InSize2; in ShellCommandRunEfiCompress() local
120 InSize2 = (UINTN)InSize; in ShellCommandRunEfiCompress()
121 Status = gEfiShellProtocol->ReadFile(InShellFileHandle, &InSize2, InBuffer); in ShellCommandRunEfiCompress()
122 InSize = InSize2; in ShellCommandRunEfiCompress()