Home
last modified time | relevance | path

Searched refs:ShellFileExists (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellParametersProtocol.c1115 …||(StdOutFileName != NULL && OutUnicode && OutAppend && (!EFI_ERROR(ShellFileExists(StdOutFileName… in UpdateStdInStdOutStdErr()
1116 …||(StdErrFileName != NULL && ErrUnicode && ErrAppend && (!EFI_ERROR(ShellFileExists(StdErrFileName… in UpdateStdInStdOutStdErr()
1117 …||(StdOutFileName != NULL && !OutUnicode && OutAppend && (!EFI_ERROR(ShellFileExists(StdOutFileNam… in UpdateStdInStdOutStdErr()
1118 …||(StdErrFileName != NULL && !ErrUnicode && ErrAppend && (!EFI_ERROR(ShellFileExists(StdErrFileNam… in UpdateStdInStdOutStdErr()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h1298 ShellFileExists(
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.c420 Status = ShellFileExists (FileNameTmp); in EditGetDefaultFileName()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DIf.c406 OperationResult = (BOOLEAN)(ShellFileExists(StatementWalker)==EFI_SUCCESS); in ProcessStatement()
408 …OperationResult = (BOOLEAN)(ShellFileExists(gEfiShellParametersProtocol->Argv[++StartParameterNumb… in ProcessStatement()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDrvCfg.c1238 if (InFromFile && EFI_ERROR(ShellFileExists(FileName))) { in ShellCommandRunDrvCfg()
1243 if (OutToFile && !EFI_ERROR(ShellFileExists(FileName))) { in ShellCommandRunDrvCfg()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DTftp.c520 if (!EFI_ERROR (ShellFileExists (LocalFilePath))) { in ShellCommandRunTftp()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c822 if (EFI_ERROR(ShellFileExists(Walker))) { in BcfgAddOpt()
840 if (EFI_ERROR(ShellFileExists(Walker))) { in BcfgAddOpt()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DCp.c102 if (ShellFileExists(Dest) == EFI_SUCCESS) { in CopySingleFile()
DMv.c642 if (!EFI_ERROR(ShellFileExists(FullDestPath!=NULL? FullDestPath:DestPath))) { in ValidateAndMoveFiles()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DMainTextEditor.c1274 if (ShellFileExists(FileName) != EFI_NOT_FOUND) { in MainCommandSaveFile()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c3689 ShellFileExists( in ShellFileExists() function
4320 Status = ShellFileExists(FileName); in ShellDeleteFileByName()