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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EfiCompress.c 95 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){
99 if (ShellIsDirectory(OutFileName) == EFI_SUCCESS){
EfiDecompress.c 100 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){
104 if (ShellIsDirectory(OutFileName) == EFI_SUCCESS){
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Cp.c 134 if (ShellIsDirectory(Source) == EFI_SUCCESS) {
342 if (EFI_ERROR(ShellIsDirectory(CleanFilePathStr)) && FileList->Link.ForwardLink != FileList->Link.BackLink) {
371 if (!RecursiveMode && !EFI_ERROR(ShellIsDirectory(Node->FullName))) {
380 if (!EFI_ERROR(ShellIsDirectory(Node->FullName)) && EFI_ERROR(ShellIsDirectory(CleanFilePathStr))) {
423 && EFI_ERROR(ShellIsDirectory(CleanFilePathStr)) // not an existing directory
511 if ( !EFI_ERROR(ShellIsDirectory(Node->FullName))
512 && !EFI_ERROR(ShellIsDirectory(DestPath))
Cd.c 227 if (EFI_ERROR(ShellIsDirectory(Param1Copy))) {
Mv.c 255 if (ShellIsDirectory(Node->FullName)==EFI_SUCCESS || SingleSource) {
560 if (ShellIsDirectory(DestPath)==EFI_SUCCESS) {
Rm.c 238 if (!EFI_ERROR(ShellIsDirectory(SearchString))) {
Ls.c 701 if (ShellIsDirectory(PathName) == EFI_SUCCESS) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
FileImage.c 305 if (ShellIsDirectory(FileName) == EFI_SUCCESS) {
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellLib.h     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 556 ) && ((ShellIsDirectory(TempPos->FullName) != EFI_SUCCESS)
    [all...]
Shell.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]

Completed in 285 milliseconds