Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
DEfiFileLib.c1025 CHAR8 *DevStr; in EfiDeviceOpenByType() local
1030 DevStr = "loadfile%d:"; in EfiDeviceOpenByType()
1033 DevStr = "fv%d:"; in EfiDeviceOpenByType()
1036 DevStr = "fs%d:"; in EfiDeviceOpenByType()
1039 DevStr = "blk%d:"; in EfiDeviceOpenByType()
1042 DevStr = "a%d:"; in EfiDeviceOpenByType()
1048 AsciiSPrint (Path, MAX_PATHNAME, DevStr, Index); in EfiDeviceOpenByType()