Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DType.c189 BOOLEAN UnicodeMode; in ShellCommandRunType() local
225 UnicodeMode = ShellCommandLineGetFlag(Package, L"-u"); in ShellCommandRunType()
227 if (AsciiMode && UnicodeMode) { in ShellCommandRunType()
296 Status = TypeFileByHandle (Node->Handle, AsciiMode, UnicodeMode); in ShellCommandRunType()