Home
last modified time | relevance | path

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

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