Searched refs:CommandWithPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1318 CHAR16 *CommandWithPath; local
1340 CommandWithPath = NULL;
1527 ASSERT (CommandWithPath == NULL);
1529 CommandWithPath = StrnCatGrow(&CommandWithPath, NULL, ShellInfoObject.NewShellParametersProtocol->Argv[0], 0);
1532 if (CommandWithPath == NULL) {
1533 CommandWithPath = ShellFindFilePathEx(ShellInfoObject.NewShellParametersProtocol->Argv[0], mExecutableExtensions);
1535 if (CommandWithPath == NULL || ShellIsDirectory(CommandWithPath) == EFI_SUCCESS) {
1541 TempLocation = CommandWithPath
[all...]

Completed in 44 milliseconds