HomeSort by relevance Sort by last modified time
    Searched refs:NoFile (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Rm.c 37 BOOLEAN NoFile;
41 NoFile = FALSE;
45 ; !NoFile
46 ; FileHandleFindNextFile(FileHandle, FileInfo, &NoFile)
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
FileHandleLib.h 297 this function will set *NoFile to TRUE and free the buffer.
301 @param[out] NoFile The pointer to boolean when last file is found.
313 OUT BOOLEAN *NoFile
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/
FileHandleLib.h 313 this function will set *NoFile to TRUE and free the buffer.
317 @param[out] NoFile The pointer to boolean when last file is found.
329 OUT BOOLEAN *NoFile
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 714 BOOLEAN NoFile = FALSE;
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)) {
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/
UefiFileHandleLib.c 524 this function will set *NoFile to TRUE and free the buffer.
528 @param[out] NoFile The pointer to boolean when last file is found.
540 OUT BOOLEAN *NoFile
546 if (DirHandle == NULL || Buffer == NULL || NoFile == NULL) {
569 *NoFile = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellLib.h 415 this function will set *NoFile to TRUE and free the buffer.
419 @param[in, out] NoFile The pointer to boolean when last file is found.
433 IN OUT BOOLEAN *NoFile
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]

Completed in 331 milliseconds