Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c961 SHELL_FILE_HANDLE ShellHandle; in InternalOpenFileDevicePath() local
973 ShellHandle = NULL; in InternalOpenFileDevicePath()
977 Status = EfiShellOpenRoot(DevicePath, &ShellHandle); in InternalOpenFileDevicePath()
980 Handle1 = ConvertShellHandleToEfiFileProtocol(ShellHandle); in InternalOpenFileDevicePath()
1081 *FileHandle = ConvertEfiFileProtocolToShellHandle(Handle1, ShellFileHandleGetPath(ShellHandle)); in InternalOpenFileDevicePath()