Searched defs:OutputLength (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c336 UINTN OutputLength; // Length of the update string local
371 OutputLength = 0;
597 OutputLength = 1;
683 OutputLength = 0;
718 OutputLength = StrLen (TabLinePos->FileName);
725 CopyMem (TabOutputStr + 1, TabLinePos->FileName, OutputLength * sizeof (CHAR16));
726 TabOutputStr[OutputLength + 1] = L'\"';
727 TabOutputStr[OutputLength + 2] = CHAR_NULL;
729 CopyMem (TabOutputStr, TabLinePos->FileName, OutputLength * sizeof (CHAR16));
730 TabOutputStr[OutputLength]
[all...]

Completed in 41 milliseconds