Searched refs:RTProcCreate (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTest.cpp56 rc = RTProcCreate(pszVBoxPath, papszArgs, RTENV_DEFAULT, 0, &Process);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTProcCreatePrf.cpp3 * IPRT Testcase - RTProcCreate Profiling.
66 RTTEST_CHECK_RC_BREAK(hTest, RTProcCreate(szExecPath, apszArgs, RTENV_DEFAULT, 0 /* fFlags*/, &hProc), VINF_SUCCESS);
H A DtstRTProcWait.cpp55 return RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, 0, &pArgs->Process);
H A DtstRTLocalIpc.cpp55 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 DtstRTPipe.cpp110 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 DRTAssertShouldPanic-vbox.cpp127 int rc = RTProcCreate(apszArgs[0], &apszArgs[0], RTENV_DEFAULT, 0, &Process);
/vbox/src/VBox/Runtime/r3/linux/
H A DRTSystemShutdown-linux.cpp85 int rc = RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProc);
/vbox/src/VBox/Runtime/r3/solaris/
H A DRTSystemShutdown-solaris.cpp87 int rc = RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProc);
/vbox/include/iprt/
H A Dprocess.h133 RTR3DECL(int) RTProcCreate(const char *pszExec, const char * const *papszArgs, RTENV Env, unsigned fFlags, PRTPROCESS pProcess);
180 /** @name RTProcCreate and RTProcCreateEx flags
H A Dmangling.h1113 # define RTProcCreate RT_MANGLER(RTProcCreate) macro
/vbox/src/VBox/Main/src-server/
H A DNetworkServiceRunner.cpp112 int rc = RTProcCreate(suffix ? exePath : m->mProcName, args, RTENV_DEFAULT, 0, &m->mProcess);
H A DMachineImpl.cpp7586 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 DtstSupSem-Zombie.cpp179 RTTESTI_CHECK_RC_OK(rc = RTProcCreate(argv0, apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProcess));
H A DtstSupSem.cpp250 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 DVBoxDTraceWrapper.cpp162 rc = RTProcCreate(szDTraceCmd, papszArgs, RTENV_DEFAULT, 0, &hProc);
/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp66 rc = RTProcCreate(szAdpCtl, args, RTENV_DEFAULT, 0, &pid);
/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp87 int rc = RTProcCreate(pszName, args, RTENV_DEFAULT, 0, &pid);
92 RTPrintf("tstCollector: RTProcCreate() -> %Rrc\n", rc);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGLSupportInfo.cpp625 rc = RTProcCreate(pszVBoxPath, papszArgs, RTENV_DEFAULT, 0, &Process);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp678 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 Dprocess-creation-posix.cpp267 RTR3DECL(int) RTProcCreate(const char *pszExec, const char * const *papszArgs, RTENV Env, unsigned fFlags, PRTPROCESS pProcess) function
/vbox/src/VBox/Devices/Network/
H A DDrvTAP.cpp550 int rc = RTProcCreate(pszArgs[0], pszArgs, RTENV_DEFAULT, 0, &pid);
568 /* Bad. RTProcCreate() failed! */
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp269 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 DTestExecService.cpp2935 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 Ddbgcfg.cpp688 int rc = RTProcCreate(papszArgs[0], papszArgs, RTENV_DEFAULT,
/vbox/src/bldprogs/
H A DVBoxTpG.cpp328 int rc = RTProcCreate(apszArgs[0], apszArgs, RTENV_DEFAULT, RTPROC_FLAGS_SEARCH_PATH, &hProc);

Completed in 593 milliseconds

12