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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c298 CHAR16 *PathForReturn; local
310 PathForReturn = NULL;
321 ASSERT((PathForReturn == NULL && PathSize == 0) || (PathForReturn != NULL));
323 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, L";", 0);
325 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Node->MapName, 0);
328 if (PathForReturn != NULL) {
336 if (PathForReturn
414 CHAR16 *PathForReturn; local
[all...]

Completed in 45 milliseconds