Searched defs:NamePath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c787 EFI_DEVICE_PATH_PROTOCOL *NamePath; local
875 NamePath = FileDevicePath (NULL, mStartupScript);
876 NewPath = AppendDevicePathNode (ImagePath, NamePath);
877 FreePool(NamePath);

Completed in 35 milliseconds