Searched defs:OutUnicode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.c577 BOOLEAN OutUnicode; local
587 OutUnicode = TRUE;
678 OutUnicode = FALSE;
717 OutUnicode = FALSE;
731 OutUnicode = FALSE;
745 OutUnicode = FALSE;
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))))
1029 } else if (!OutAppend && OutUnicode && !EFI_ERROR(Status)) {
1046 if (!OutUnicode
[all...]

Completed in 44 milliseconds