Searched refs:CloseFile (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMkDir.c109 gEfiShellProtocol->CloseFile(FileHandle);
H A DCd.c186 gEfiShellProtocol->CloseFile(Handle);
H A DVol.c159 gEfiShellProtocol->CloseFile(ShellFileHandle);
H A DLs.c133 gEfiShellProtocol->CloseFile(ShellFileHandle);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.h47 EFI_SHELL_CLOSE_FILE CloseFile; member in struct:__anon12894
H A DUefiShellLib.c251 FileFunctionMap.CloseFile = gEfiShellProtocol->CloseFile;
262 FileFunctionMap.CloseFile = (EFI_SHELL_CLOSE_FILE)FileHandleClose;
833 return (FileFunctionMap.CloseFile(*FileHandle));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiCompress.c147 gEfiShellProtocol->CloseFile(InShellFileHandle);
150 gEfiShellProtocol->CloseFile(OutShellFileHandle);
H A DEfiDecompress.c163 gEfiShellProtocol->CloseFile(InFileHandle);
166 gEfiShellProtocol->CloseFile(OutFileHandle);
H A DComp.c258 gEfiShellProtocol->CloseFile(FileHandle1);
261 gEfiShellProtocol->CloseFile(FileHandle2);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h549 CloseFile (
H A DSecureBootConfigMisc.c101 CloseFile ( function
H A DSecureBootConfigImpl.c405 CloseFile (Private->FileContext->FHandle);
579 CloseFile (Private->FileContext->FHandle);
702 CloseFile (Private->FileContext->FHandle);
861 CloseFile (Private->FileContext->FHandle);
1422 CloseFile (Private->FileContext->FHandle);
2503 CloseFile (Private->FileContext->FHandle);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.c443 gEfiShellProtocol->CloseFile(Handle);
1175 gEfiShellProtocol->CloseFile(ShellParameters->StdIn);
1181 gEfiShellProtocol->CloseFile(ShellParameters->StdOut);
1186 gEfiShellProtocol->CloseFile(ShellParameters->StdErr);
H A DShellManParser.c634 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileHandle);
H A DShell.c890 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileHandle);
1278 ShellInfoObject.NewEfiShellProtocol->CloseFile(ConvertShellHandleToEfiFileProtocol(Split->SplitStdOut));
1281 ShellInfoObject.NewEfiShellProtocol->CloseFile(ConvertShellHandleToEfiFileProtocol(Split->SplitStdIn));
H A DShellProtocol.c1099 ShellInfoObject.NewEfiShellProtocol->CloseFile (Handle2);
1114 ShellInfoObject.NewEfiShellProtocol->CloseFile(Handle1);
1642 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileListNode->Handle);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h979 EFI_SHELL_CLOSE_FILE CloseFile; member in struct:_EFI_SHELL_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DTouch.c132 gEfiShellProtocol->CloseFile(Walker->Handle);
/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp538 static void CloseFile(FILE *pFile) function
603 CloseFile(pFile);
631 CloseFile(pFile);
846 CloseFile(pFile);

Completed in 97 milliseconds