Home
last modified time | relevance | path

Searched refs:FindFilesInDir (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DTouch.c114 if (EFI_ERROR(gEfiShellProtocol->FindFilesInDir(Handle, &FileList))) { in DoTouchByHandle()
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
DEfiShell.h1117 EFI_SHELL_FIND_FILES_IN_DIR FindFilesInDir; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DRm.c108 Status = gEfiShellProtocol->FindFilesInDir(Node->Handle, &List); in CascadeDelete()