Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEfiCompress.c36 SHELL_FILE_HANDLE InShellFileHandle; in ShellCommandRunEfiCompress() local
54 InShellFileHandle = NULL; in ShellCommandRunEfiCompress()
104 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
116 Status = gEfiShellProtocol->GetFileSize(InShellFileHandle, &InSize); in ShellCommandRunEfiCompress()
123 Status = gEfiShellProtocol->ReadFile (InShellFileHandle, &InSize2, InBuffer); in ShellCommandRunEfiCompress()
153 if (InShellFileHandle != NULL) { in ShellCommandRunEfiCompress()
154 gEfiShellProtocol->CloseFile(InShellFileHandle); in ShellCommandRunEfiCompress()