Specifications

26 Version 2.0
EFI_SHELL_PROTOCOL.GetDevicePathFromFilePath()
Summary
Converts a file system style name to a device path.
Prototype
typedef
EFI_DEVICE_PATH_PROTOCOL *
(EFIAPI *EFI_SHELL_GET_DEVICE_PATH_FROM_FILE_PATH) (
IN CONST CHAR16 *Path
);
Parameters
Path
The pointer to the path.
Description
This function converts a file system style name to a device path, by replacing any
mapping references to the associated device path.
Status Codes Returned
The pointer of the file path. The file path is callee allocated and should be freed by the
caller.