HomeSort by: relevance | last modified time | path
    Searched refs:CreateProcessW (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mit/libuv/dist/test/
runner-win.c 151 if (!CreateProcessW(image, args, NULL, NULL, TRUE,
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 173 CreateProcessW = windll.kernel32.CreateProcessW
174 CreateProcessW.argtypes = [
186 CreateProcessW.restype = BOOL
205 Python implementation of CreateProcess using CreateProcessW for Win32
231 if CreateProcessW(
  /src/external/gpl3/gdb.old/dist/gdb/nat/
windows-nat.c 860 return create_process_wrapper (CreateProcessW, image, command_line, flags,
  /src/external/gpl3/gdb/dist/gdb/nat/
windows-nat.c 860 return create_process_wrapper (CreateProcessW, image, command_line, flags,
  /src/external/mit/libuv/dist/src/win/
process.c 1067 if (!CreateProcessW(application_path,
1077 /* CreateProcessW failed. */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winbase.d 1749 BOOL CreateProcessW(LPCWSTR, LPWSTR, LPSECURITY_ATTRIBUTES, LPSECURITY_ATTRIBUTES, BOOL, DWORD, PVOID, LPCWSTR, LPSTARTUPINFOW, LPPROCESS_INFORMATION);
2527 alias CreateProcessW CreateProcess;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
process.d 1278 quoted/escaped as required by CreateProcessW().
1302 // Startup info for CreateProcessW().
1355 if (!CreateProcessW(null, commandLine.tempCStringW().buffPtr,

Completed in 36 milliseconds