Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c2370 CHAR16 *CommandWithPath; in RunCommandOrFile() local
2375 CommandWithPath = NULL; in RunCommandOrFile()
2389 ASSERT (CommandWithPath == NULL); in RunCommandOrFile()
2391 CommandWithPath = StrnCatGrow(&CommandWithPath, NULL, FirstParameter, 0); in RunCommandOrFile()
2398 if (CommandWithPath == NULL) { in RunCommandOrFile()
2399 CommandWithPath = ShellFindFilePathEx(FirstParameter, mExecutableExtensions); in RunCommandOrFile()
2405 ASSERT(CommandWithPath != NULL); in RunCommandOrFile()
2410 if (!EFI_ERROR(ShellIsDirectory(CommandWithPath))) { in RunCommandOrFile()
2416 Status = RunScriptFile (CommandWithPath, NULL, CmdLine, ParamProtocol); in RunCommandOrFile()
2422 DevPath = ShellInfoObject.NewEfiShellProtocol->GetDevicePathFromFilePath(CommandWithPath); in RunCommandOrFile()
[all …]