Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEfiDecompress.c38 SHELL_FILE_HANDLE OutFileHandle; in ShellCommandRunEfiDecompress() local
61 OutFileHandle = NULL; in ShellCommandRunEfiDecompress()
134 …Status = ShellOpenFileByName(OutFileName, &OutFileHandle, EFI_FILE_MODE_READ|EFI_FILE_MODE_WRITE|E… in ShellCommandRunEfiDecompress()
152 Status = gEfiShellProtocol->WriteFile(OutFileHandle, &OutSizeTemp, OutBuffer); in ShellCommandRunEfiDecompress()
170 if (OutFileHandle != NULL) { in ShellCommandRunEfiDecompress()
171 gEfiShellProtocol->CloseFile(OutFileHandle); in ShellCommandRunEfiDecompress()