Lines Matching defs:process
147 winerror(0, L"Checking process type");
158 winerror(0, L"Checking process type");
2045 fputws(L"Launching winget to install Python. The following output is from the install process\n\
2414 HANDLE process = GetCurrentProcess();
2418 ok = DuplicateHandle(process, in, process, pout, 0, TRUE,
2470 directly, that cursor remains even after the child process does these
2515 winerror(0, L"Unable to create process using '%s'", launchCommand);
2523 winerror(0, L"Failed to get exit code of process");
2526 debug(L"child process exit code: %d\n", rc);
2578 process(int argc, wchar_t ** argv)
2699 return process(__argc, __wargv);
2706 return process(argc, argv);