Searched refs:OutShellFileHandle (Results 1 – 1 of 1) sorted by relevance
37 SHELL_FILE_HANDLE OutShellFileHandle; in ShellCommandRunEfiCompress() local55 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()