/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/ |
H A D | OpenGLTest.cpp | 56 rc = RTProcCreate(pszVBoxPath, papszArgs, RTENV_DEFAULT, 0, &Process);
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTProcCreatePrf.cpp | 3 * IPRT Testcase - RTProcCreate Profiling. 66 RTTEST_CHECK_RC_BREAK(hTest, RTProcCreate(szExecPath, apszArgs, RTENV_DEFAULT, 0 /* fFlags*/, &hProc), VINF_SUCCESS);
|
H A D | tstRTProcWait.cpp | 55 return RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, 0, &pArgs->Process);
|
H A D | tstRTLocalIpc.cpp | 55 int rc = RTProcCreate(pszExecPath, apszArgs, RTENV_DEFAULT, 0 /* fFlags*/, &hProc); 174 RTTEST_CHECK_RC_BREAK(hTest, RTProcCreate(pszExecPath, apszArgs, 198 RTTEST_CHECK_RC_BREAK(hTest, RTProcCreate(pszExecPath, apszArgs, 292 RTTEST_CHECK_RC_BREAK(hTest, RTProcCreate(pszExecPath, apszArgs, 527 RTTEST_CHECK_RC_BREAK(hTest, RTProcCreate(pszExecPath, apszArgs,
|
H A D | tstRTPipe.cpp | 110 RTTESTI_CHECK_RC_RETV(RTProcCreate(szPathSelf, papszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hChild), VINF_SUCCESS); 173 RTTESTI_CHECK_RC_RETV(RTProcCreate(szPathSelf, papszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hChild), VINF_SUCCESS);
|
/vbox/src/VBox/Runtime/VBox/ |
H A D | RTAssertShouldPanic-vbox.cpp | 127 int rc = RTProcCreate(apszArgs[0], &apszArgs[0], RTENV_DEFAULT, 0, &Process);
|
/vbox/src/VBox/Runtime/r3/linux/ |
H A D | RTSystemShutdown-linux.cpp | 85 int rc = RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProc);
|
/vbox/src/VBox/Runtime/r3/solaris/ |
H A D | RTSystemShutdown-solaris.cpp | 87 int rc = RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProc);
|
/vbox/include/iprt/ |
H A D | process.h | 133 RTR3DECL(int) RTProcCreate(const char *pszExec, const char * const *papszArgs, RTENV Env, unsigned fFlags, PRTPROCESS pProcess); 180 /** @name RTProcCreate and RTProcCreateEx flags
|
H A D | mangling.h | 1113 # define RTProcCreate RT_MANGLER(RTProcCreate) macro
|
/vbox/src/VBox/Main/src-server/ |
H A D | NetworkServiceRunner.cpp | 112 int rc = RTProcCreate(suffix ? exePath : m->mProcName, args, RTENV_DEFAULT, 0, &m->mProcess);
|
H A D | MachineImpl.cpp | 7586 vrc = RTProcCreate(szPath, apszArgs, env, 0, &pid); 7620 vrc = RTProcCreate(szPath, apszArgs, env, 0, &pid); 7663 vrc = RTProcCreate(szPath, apszArgs, env, RTPROC_FLAGS_NO_WINDOW, &pid); 7665 vrc = RTProcCreate(szPath, apszArgs, env, 0, &pid);
|
/vbox/src/VBox/HostDrivers/Support/testcase/ |
H A D | tstSupSem-Zombie.cpp | 179 RTTESTI_CHECK_RC_OK(rc = RTProcCreate(argv0, apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProcess));
|
H A D | tstSupSem.cpp | 250 RTTESTI_CHECK_RC(RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, 0, &Process), VINF_SUCCESS); 272 RTTESTI_CHECK_RC(RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, 0, &Process), VINF_SUCCESS);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/ |
H A D | VBoxDTraceWrapper.cpp | 162 rc = RTProcCreate(szDTraceCmd, papszArgs, RTENV_DEFAULT, 0, &hProc);
|
/vbox/src/VBox/Main/src-server/generic/ |
H A D | NetIf-generic.cpp | 66 rc = RTProcCreate(szAdpCtl, args, RTENV_DEFAULT, 0, &pid);
|
/vbox/src/VBox/Main/testcase/ |
H A D | tstCollector.cpp | 87 int rc = RTProcCreate(pszName, args, RTENV_DEFAULT, 0, &pid); 92 RTPrintf("tstCollector: RTProcCreate() -> %Rrc\n", rc);
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxGLSupportInfo.cpp | 625 rc = RTProcCreate(pszVBoxPath, papszArgs, RTENV_DEFAULT, 0, &Process);
|
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxServicePageSharing.cpp | 678 rc = RTProcCreate(pszExeName, papszArgs, RTENV_DEFAULT, 0 /* normal child */, &hProcess); 680 VBoxServiceError("VBoxServicePageSharingWorkerProcess: RTProcCreate %s failed; rc=%Rrc\n", pszExeName, rc);
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | process-creation-posix.cpp | 267 RTR3DECL(int) RTProcCreate(const char *pszExec, const char * const *papszArgs, RTENV Env, unsigned fFlags, PRTPROCESS pProcess) function
|
/vbox/src/VBox/Devices/Network/ |
H A D | DrvTAP.cpp | 550 int rc = RTProcCreate(pszArgs[0], pszArgs, RTENV_DEFAULT, 0, &pid); 568 /* Bad. RTProcCreate() failed! */
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | process-win.cpp | 269 RTR3DECL(int) RTProcCreate(const char *pszExec, const char * const *papszArgs, RTENV Env, unsigned fFlags, PRTPROCESS pProcess) function
|
/vbox/src/VBox/ValidationKit/utils/TestExecServ/ |
H A D | TestExecService.cpp | 2935 rc = RTProcCreate(pszUpgrading, papszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProc); 2939 RTMsgError("RTProcCreate(\"%s\"): %Rrc (upgrade stage 2)\n", pszUpgrading, rc); 3079 rc = RTProcCreate(szTmpPath, papszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProc); 3083 RTMsgError("RTProcCreate(\"%s\"): %Rrc (upgrade stage 1)\n", szTmpPath, rc);
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgcfg.cpp | 688 int rc = RTProcCreate(papszArgs[0], papszArgs, RTENV_DEFAULT,
|
/vbox/src/bldprogs/ |
H A D | VBoxTpG.cpp | 328 int rc = RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, RTPROC_FLAGS_SEARCH_PATH, &hProc);
|