Home
last modified time | relevance | path

Searched refs:ShellIsDirectory (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DCp.c132 if (ShellIsDirectory(Source) == EFI_SUCCESS) { in CopySingleFile()
342 …if (EFI_ERROR(ShellIsDirectory(CleanFilePathStr)) && FileList->Link.ForwardLink != FileList->Link.… in ValidateAndCopyFiles()
371 if (!RecursiveMode && !EFI_ERROR(ShellIsDirectory(Node->FullName))) { in ValidateAndCopyFiles()
380 …if (!EFI_ERROR(ShellIsDirectory(Node->FullName)) && EFI_ERROR(ShellIsDirectory(CleanFilePathStr)))… in ValidateAndCopyFiles()
423 && EFI_ERROR(ShellIsDirectory(CleanFilePathStr)) // not an existing directory in ValidateAndCopyFiles()
511 if ( !EFI_ERROR(ShellIsDirectory(Node->FullName)) in ValidateAndCopyFiles()
512 && !EFI_ERROR(ShellIsDirectory(DestPath)) in ValidateAndCopyFiles()
DCd.c316 if (EFI_ERROR(ShellIsDirectory (Param1Copy))) { in ShellCommandRunCd()
DMv.c321 if (ShellIsDirectory(Node->FullName)==EFI_SUCCESS || SingleSource) { in GetDestinationLocation()
625 if (ShellIsDirectory(DestPath)==EFI_SUCCESS) { in ValidateAndMoveFiles()
DRm.c235 if (!EFI_ERROR(ShellIsDirectory(SearchString))) { in IsValidDeleteTarget()
DLs.c697 if (ShellIsDirectory(PathName) == EFI_SUCCESS) { in ShellCommandRunLs()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEfiCompress.c95 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
99 if (ShellIsDirectory(OutFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
DEfiDecompress.c102 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
106 if (ShellIsDirectory(OutFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DFileImage.c305 if (ShellIsDirectory(FileName) == EFI_SUCCESS) { in HFileImageSave()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h961 ShellIsDirectory(
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DFileHandleWrappers.c410 (ShellIsDirectory (FileInfo->FullName) != EFI_SUCCESS))) { in CreateTabCompletionList()
DShell.c2410 if (!EFI_ERROR(ShellIsDirectory(CommandWithPath))) { in RunCommandOrFile()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c3012 ShellIsDirectory( in ShellIsDirectory() function