Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.h231 IN EFI_DEVICE_PATH_PROTOCOL *ImagePath,
DShellProtocol.c1434 CHAR16 *ImagePath; in InternalShellExecuteDevicePath() local
1516 ImagePath = EfiShellGetFilePathFromDevicePath (DevicePath); in InternalShellExecuteDevicePath()
1520 if (ImagePath != NULL) { in InternalShellExecuteDevicePath()
1534 ShellParamsProtocol.Argv[0] = ImagePath; in InternalShellExecuteDevicePath()
DShell.c1051 IN EFI_DEVICE_PATH_PROTOCOL *ImagePath, in DoStartupScript() argument
1134 MapName = ShellInfoObject.NewEfiShellProtocol->GetMapFromDevicePath(&ImagePath); in DoStartupScript()
1155 NewPath = AppendDevicePathNode (ImagePath, NamePath); in DoStartupScript()