Searched refs:PR_CreateProcessDetached (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprproces.h45 #define PR_CreateProcessDetached VBoxNsprPR_CreateProcessDetached macro
119 NSPR_API(PRStatus) PR_CreateProcessDetached(
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessCommon.cpp306 rv = PR_CreateProcessDetached(mTargetPath.get(), my_argv, NULL, NULL);
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver_module.cpp103 // The ugly casts are necessary because the PR_CreateProcessDetached has
128 if (PR_CreateProcessDetached(VBoxSVCPath, args, nsnull, attr) != PR_SUCCESS)
H A Dserver.cpp623 // The ugly casts are necessary because the PR_CreateProcessDetached has
657 if (PR_CreateProcessDetached(pszPath, (char * const *)args, nsnull, attr) != PR_SUCCESS)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtmocon.c140 rv = PR_CreateProcessDetached(path, argv, NULL, NULL);
153 PL_FPrintError(debug_out, "PR_CreateProcessDetached failed");
H A Dthrpool_server.c420 if (PR_FAILURE == PR_CreateProcessDetached(path, argv, NULL, NULL)) {
422 "thrpool_server: ERROR - PR_CreateProcessDetached failed\n");
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c742 PR_IMPLEMENT(PRStatus) PR_CreateProcessDetached(
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp1301 if (PR_CreateProcessDetached(path, argv, nsnull, attr) != PR_SUCCESS)

Completed in 57 milliseconds