Searched refs:OutFileHandle (Results 1 – 1 of 1) sorted by relevance
38 SHELL_FILE_HANDLE OutFileHandle; in ShellCommandRunEfiDecompress() local61 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()