Searched refs:launchCommand (Results 1 - 1 of 1) sorted by relevance
/third_party/python/PC/ |
H A D | launcher2.c | 2441 launchEnvironment(const SearchInfo *search, const EnvironmentInfo *launch, wchar_t *launchCommand) in launchEnvironment() argument 2452 debug(L"LaunchCommand: %s\n", launchCommand); in launchEnvironment() 2456 fwprintf(stdout, L"%s\n", launchCommand); in launchEnvironment() 2481 debug(L"# about to run: %s\n", launchCommand); in launchEnvironment() 2512 ok = CreateProcessW(NULL, launchCommand, NULL, NULL, TRUE, in launchEnvironment() 2515 winerror(0, L"Unable to create process using '%s'", launchCommand); in launchEnvironment() 2585 wchar_t launchCommand[MAXLEN]; in process() local 2587 memset(launchCommand, 0, sizeof(launchCommand)); in process() 2679 exitCode = calculateCommandLine(&search, env, launchCommand, sizeo in process() [all...] |
Completed in 4 milliseconds