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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c2405 CHAR16 *CurrentWriteLocation; local
2440 CurrentWriteLocation = (CHAR16*)Buffer;
2447 StrCpy(CurrentWriteLocation, Node->Key);
2448 CurrentWriteLocation += StrLen(CurrentWriteLocation) + 1;

Completed in 39 milliseconds