HomeSort by relevance Sort by last modified time
    Searched refs:NewCommandLine (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellParametersProtocol.h 72 structure by parsing NewCommandLine. The current values are returned to the
76 @param[in] NewCommandLine the new command line to parse and use
88 IN CONST CHAR16 *NewCommandLine,
122 structure by parsing NewCommandLine. The current values are returned to the
128 @param[in] NewCommandLine The new command line to parse and use.
141 IN CHAR16 *NewCommandLine,
ShellParametersProtocol.c 210 CHAR16 *NewCommandLine;
223 NewCommandLine = AllocateCopyPool(StrSize(CommandLine), CommandLine);
224 if (NewCommandLine == NULL){
228 TrimSpaces(&NewCommandLine);
229 Size = StrSize(NewCommandLine);
232 SHELL_FREE_NON_NULL(NewCommandLine);
237 , Walker = (CHAR16*)NewCommandLine
256 Walker = (CHAR16*)NewCommandLine;
277 SHELL_FREE_NON_NULL(NewCommandLine);
694 structure by parsing NewCommandLine. The current values are returned to the
    [all...]
Shell.c     [all...]

Completed in 76 milliseconds