Searched refs:ShellFileExists (Results 1 – 11 of 11) sorted by relevance
1115 …||(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()
1298 ShellFileExists(
420 Status = ShellFileExists (FileNameTmp); in EditGetDefaultFileName()
406 OperationResult = (BOOLEAN)(ShellFileExists(StatementWalker)==EFI_SUCCESS); in ProcessStatement()408 …OperationResult = (BOOLEAN)(ShellFileExists(gEfiShellParametersProtocol->Argv[++StartParameterNumb… in ProcessStatement()
1238 if (InFromFile && EFI_ERROR(ShellFileExists(FileName))) { in ShellCommandRunDrvCfg()1243 if (OutToFile && !EFI_ERROR(ShellFileExists(FileName))) { in ShellCommandRunDrvCfg()
520 if (!EFI_ERROR (ShellFileExists (LocalFilePath))) { in ShellCommandRunTftp()
822 if (EFI_ERROR(ShellFileExists(Walker))) { in BcfgAddOpt()840 if (EFI_ERROR(ShellFileExists(Walker))) { in BcfgAddOpt()
642 if (!EFI_ERROR(ShellFileExists(FullDestPath!=NULL? FullDestPath:DestPath))) { in ValidateAndMoveFiles()
102 if (ShellFileExists(Dest) == EFI_SUCCESS) { in CopySingleFile()
1274 if (ShellFileExists(FileName) != EFI_NOT_FOUND) { in MainCommandSaveFile()
3689 ShellFileExists( in ShellFileExists() function4320 Status = ShellFileExists(FileName); in ShellDeleteFileByName()