Lines Matching defs:StdOutFileName

569   CHAR16            *StdOutFileName;
595 StdOutFileName = NULL;
676 StdOutFileName = CommandLineWalker += 6;
686 if (StdOutFileName != NULL) {
689 StdOutFileName = CommandLineWalker += 5;
699 if (StdOutFileName != NULL) {
702 StdOutFileName = CommandLineWalker += 4;
712 if (StdOutFileName != NULL) {
715 StdOutFileName = CommandLineWalker += 5;
726 if (StdOutFileName != NULL) {
729 StdOutFileName = CommandLineWalker += 5;
740 if (StdOutFileName != NULL) {
743 StdOutFileName = CommandLineWalker += 4;
822 if (StdOutFileName != NULL) {
825 StdOutFileName = CommandLineWalker += 4;
836 if (StdOutFileName != NULL) {
839 StdOutFileName = CommandLineWalker += 3;
903 if (StdOutFileName != NULL) {
904 if ((StdOutFileName = FixFileName(StdOutFileName)) == NULL) {
936 (StdErrFileName != NULL && StdOutFileName!= NULL && StringNoCaseCompare(&StdErrFileName, &StdOutFileName) == 0)
938 ||(StdOutFileName != NULL && StdInFileName != NULL && StringNoCaseCompare(&StdOutFileName, &StdInFileName ) == 0)
949 ||(Split != NULL && Split->SplitStdOut != NULL && (StdOutVarName != NULL || StdOutFileName != NULL))
954 ||(StdOutFileName != NULL && StdOutVarName != NULL)
965 && (StdOutVarName != NULL || StdOutFileName != NULL || StdErrFileName != NULL || StdErrVarName != NULL))
969 ||(StdOutFileName != NULL && OutUnicode && OutAppend && (!EFI_ERROR(ShellFileExists(StdOutFileName)) && EFI_ERROR(IsUnicodeFile(StdOutFileName))))
971 ||(StdOutFileName != NULL && !OutUnicode && OutAppend && (!EFI_ERROR(ShellFileExists(StdOutFileName)) && !EFI_ERROR(IsUnicodeFile(StdOutFileName))))
1016 if (!EFI_ERROR(Status) && StdOutFileName != NULL) {
1021 ShellInfoObject.NewEfiShellProtocol->DeleteFileByName(StdOutFileName);
1023 Status = ShellOpenFileByName(StdOutFileName, &TempHandle, EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ|EFI_FILE_MODE_CREATE,0);
1027 if (StrStr(StdOutFileName, L"NUL")==StdOutFileName) {