Home
last modified time | relevance | path

Searched refs:RetDevicePath (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
DFileExplorer.c199 NeedExit = gFileExplorerPrivate.ChooseHandler (gFileExplorerPrivate.RetDevicePath); in LibCallback()
1342 if (gFileExplorerPrivate.RetDevicePath != NULL) { in LibGetDevicePath()
1343 FreePool (gFileExplorerPrivate.RetDevicePath); in LibGetDevicePath()
1345 gFileExplorerPrivate.RetDevicePath = DuplicateDevicePath (NewFileContext->DevicePath); in LibGetDevicePath()
1387 gFileExplorerPrivate.RetDevicePath = NULL; in ChooseFile()
1425 *File = gFileExplorerPrivate.RetDevicePath; in ChooseFile()
1426 } else if (gFileExplorerPrivate.RetDevicePath != NULL) { in ChooseFile()
1427 FreePool (gFileExplorerPrivate.RetDevicePath); in ChooseFile()
DFileExplorer.h98 EFI_DEVICE_PATH_PROTOCOL *RetDevicePath; member