Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.h287 InternalOpenFileDevicePath(
DShellManParser.c763 Status = InternalOpenFileDevicePath(DevPath, &FileHandle, EFI_FILE_MODE_READ, 0); in ProcessManFile()
DShellProtocol.c951 InternalOpenFileDevicePath( in InternalOpenFileDevicePath() function
1153 …Status = InternalOpenFileDevicePath(DevicePath, FileHandle, EFI_FILE_MODE_READ|EFI_FILE_MODE_WRITE… in EfiShellCreateFile()
1327 …Status = InternalOpenFileDevicePath(DevicePath, FileHandle, OpenMode, 0); // 0 = no specific file … in EfiShellOpenFileByName()
DShell.c1161 Status = InternalOpenFileDevicePath(NewPath, &FileHandle, EFI_FILE_MODE_READ, 0); in DoStartupScript()