Searched refs:DevicePathText (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DUnload.c71 CHAR16 *DevicePathText; local
91 DevicePathText = DevicePathToText->ConvertDevicePathToText(Image->FilePath, TRUE, TRUE);
93 DevicePathText = NULL;
106 DevicePathText,
114 SHELL_FREE_NON_NULL(DevicePathText);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c350 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevicePathText; local
357 DevicePathText = NULL;
361 (VOID **) &DevicePathText
368 DevicePathStr1 = DevicePathText->ConvertDevicePathToText (DevicePath1, TRUE, TRUE);
373 DevicePathStr2 = DevicePathText->ConvertDevicePathToText (DevicePath2, TRUE, TRUE);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DModifyAccessPolicy.c236 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevicePathText; local
244 (VOID **) &DevicePathText
262 DriverName = DevicePathText->ConvertDevicePathToText (DevicePath, FALSE, FALSE);

Completed in 1004 milliseconds