Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEfiCompress.c37 SHELL_FILE_HANDLE OutShellFileHandle; in ShellCommandRunEfiCompress() local
55 OutShellFileHandle = NULL; in ShellCommandRunEfiCompress()
109 …Status = ShellOpenFileByName(OutFileName, &OutShellFileHandle, EFI_FILE_MODE_READ|EFI_FILE_MODE_WR… in ShellCommandRunEfiCompress()
141 Status = gEfiShellProtocol->WriteFile(OutShellFileHandle, &OutSize2, OutBuffer); in ShellCommandRunEfiCompress()
156 if (OutShellFileHandle != NULL) { in ShellCommandRunEfiCompress()
157 gEfiShellProtocol->CloseFile(OutShellFileHandle); in ShellCommandRunEfiCompress()