Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DMap.c309 UINTN TempLen; in PerformSingleMappingDisplay() local
402 TempLen = StrLen(CurrentName); in PerformSingleMappingDisplay()
411 Alias!=NULL?Alias:(TempLen < StrLen(MapList)?MapList + TempLen+1:L""), in PerformSingleMappingDisplay()
445 Consist?L"":(TempLen < StrLen(MapList)?MapList + TempLen+1:L"") in PerformSingleMappingDisplay()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c2910 UINTN TempLen; in EfiShellSetCurDir() local
2970 TempLen = StrLen(MapName); in EfiShellSetCurDir()
2971 if (TempLen != StrLen(DirectoryName)) { in EfiShellSetCurDir()