Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderShellApp.c178 CONST CHAR16 *ParameterValue; in ProcessShellParameters() local
231 ParameterValue = ShellCommandLineGetRawValue (CheckPackage, 1); in ProcessShellParameters()
232 *KernelPath = AllocateCopyPool (StrSize (ParameterValue), ParameterValue); in ProcessShellParameters()