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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.c579 BOOLEAN ErrUnicode; local
589 ErrUnicode = TRUE;
799 ErrUnicode = FALSE;
970 ||(StdErrFileName != NULL && ErrUnicode && ErrAppend && (!EFI_ERROR(ShellFileExists(StdErrFileName)) && EFI_ERROR(IsUnicodeFile(StdErrFileName))))
972 ||(StdErrFileName != NULL && !ErrUnicode && ErrAppend && (!EFI_ERROR(ShellFileExists(StdErrFileName)) && !EFI_ERROR(IsUnicodeFile(StdErrFileName))))
994 if (!ErrAppend && ErrUnicode && !EFI_ERROR(Status)) {
1003 if (!ErrUnicode && !EFI_ERROR(Status)) {

Completed in 42 milliseconds