Lines Matching refs:launchCommand
2441 launchEnvironment(const SearchInfo *search, const EnvironmentInfo *launch, wchar_t *launchCommand)
2452 debug(L"LaunchCommand: %s\n", launchCommand);
2456 fwprintf(stdout, L"%s\n", launchCommand);
2481 debug(L"# about to run: %s\n", launchCommand);
2512 ok = CreateProcessW(NULL, launchCommand, NULL, NULL, TRUE,
2515 winerror(0, L"Unable to create process using '%s'", launchCommand);
2585 wchar_t launchCommand[MAXLEN];
2587 memset(launchCommand, 0, sizeof(launchCommand));
2679 exitCode = calculateCommandLine(&search, env, launchCommand, sizeof(launchCommand) / sizeof(launchCommand[0]));
2685 exitCode = launchEnvironment(&search, env, launchCommand);