Searched refs:LongestPath (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Ls.c | 356 UINTN LongestPath; in PrintLsOutput() local 367 LongestPath = 0; in PrintLsOutput() 376 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, RootPath, 0); in PrintLsOutput() 382 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, L"\\", 0); in PrintLsOutput() 384 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, SearchString, 0); in PrintLsOutput() 402 for ( Node = (EFI_SHELL_FILE_INFO *)GetFirstNode(&ListHead->Link), LongestPath = 0 in PrintLsOutput() 411 if (LongestPath < StrSize(Node->FullName)) { in PrintLsOutput() 412 LongestPath = StrSize(Node->FullName); in PrintLsOutput() 459 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, RootPath, 0); in PrintLsOutput() 465 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, L"\\", 0); in PrintLsOutput() [all …]
|