Searched refs:NoFile (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DRm.c38 BOOLEAN NoFile; local
42 NoFile = FALSE;
45 ; !NoFile
46 ; Status = FileHandleFindNextFile(FileHandle, FileInfo, &NoFile)
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DFileHandleLib.h298 this function will set *NoFile to TRUE and free the buffer.
302 @param[out] NoFile The pointer to boolean when last file is found.
314 OUT BOOLEAN *NoFile
H A DShellLib.h407 this function will set *NoFile to TRUE and free the buffer.
411 @param[in, out] NoFile The pointer to boolean when last file is found.
425 IN OUT BOOLEAN *NoFile
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c714 BOOLEAN NoFile = FALSE; local
733 Status = ShellFindNextFile( FileHandle, FileInfo, &NoFile);
735 if(NoFile) {
745 ShellFindNextFile has freed FileInfo itself if it sets NoFile TRUE.
747 if((! NoFile) || (Count == 99)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c527 this function will set *NoFile to TRUE and free the buffer.
531 @param[out] NoFile The pointer to boolean when last file is found.
543 OUT BOOLEAN *NoFile
550 // ASSERTs for DirHandle or Buffer or NoFile poitners being NULL
554 ASSERT (NoFile != NULL);
575 *NoFile = TRUE;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c1878 BOOLEAN NoFile; local
1909 NoFile = FALSE;
1917 ; !EFI_ERROR(Status) && !NoFile
1918 ; Status = FileHandleFindNextFile(FileDirHandle, FileInfo, &NoFile)
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c976 this function will set *NoFile to TRUE and free the buffer.
980 @param[out] NoFile The pointer to boolean when last file is found.
992 OUT BOOLEAN *NoFile
998 return (FileHandleFindNextFile(DirHandle, Buffer, NoFile));

Completed in 87 milliseconds