HomeSort by relevance Sort by last modified time
    Searched defs:FileDevPath (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.h 109 EFI_DEVICE_PATH_PROTOCOL *FileDevPath; ///< DevicePath for ourselves.
ShellManParser.c 728 EFI_DEVICE_PATH_PROTOCOL *FileDevPath;
761 FileDevPath = FileDevicePath(NULL, TempString);
762 DevPath = AppendDevicePath (ShellInfoObject.ImageDevPath, FileDevPath);
764 FreePool(FileDevPath);

Completed in 45 milliseconds