Searched defs:PR_CreateProcess (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprproces.h53 #define PR_CreateProcess VBoxNsprPR_CreateProcess macro
113 NSPR_API(PRProcess*) PR_CreateProcess(
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c733 PR_IMPLEMENT(PRProcess*) PR_CreateProcess( function
740 } /* PR_CreateProcess */
755 process = PR_CreateProcess(path, argv, envp, attr);

Completed in 81 milliseconds