Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1807 UINTN PostAliasSize; in ShellSubstituteAliases() local
1831 PostAliasSize = 0; in ShellSubstituteAliases()
1832 NewCmdLine = StrnCatGrow(&NewCmdLine, &PostAliasSize, CommandName, 0); in ShellSubstituteAliases()
1838 NewCmdLine = StrnCatGrow(&NewCmdLine, &PostAliasSize, StrStr((*CmdLine), L" "), 0); in ShellSubstituteAliases()