Searched defs:createChildProcess (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.c51 BOOL createChildProcess(char* command, BOOL background, function
61 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
97 debug("createChildProcess: Successfully created child process '%s'.", command);
102 "createChildProcess: Failed to create child process '%s'. Last error = %d.",
107 } // createChildProcess
171 } // createChildProcess
185 createOk = createChildProcess(command, background, &procInfo);
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.c52 BOOL createChildProcess(char* command, BOOL background, function
62 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
98 debug("createChildProcess: Successfully created child process '%s'.", command);
103 "createChildProcess: Failed to create child process '%s'. Last error = %d.",
108 } // createChildProcess
172 } // createChildProcess
186 createOk = createChildProcess(command, background, &procInfo);
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.c52 BOOL createChildProcess(char* command, BOOL background, function
62 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
98 debug("createChildProcess: Successfully created child process '%s'.", command);
103 "createChildProcess: Failed to create child process '%s'. Last error = %d.",
108 } // createChildProcess
172 } // createChildProcess
186 createOk = createChildProcess(command, background, &procInfo);
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.c51 BOOL createChildProcess(char* command, BOOL background, function
61 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
97 debug("createChildProcess: Successfully created child process '%s'.", command);
102 "createChildProcess: Failed to create child process '%s'. Last error = %d.",
107 } // createChildProcess
171 } // createChildProcess
185 createOk = createChildProcess(command, background, &procInfo);
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.c52 BOOL createChildProcess(char* command, BOOL background, function
62 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
98 debug("createChildProcess: Successfully created child process '%s'.", command);
103 "createChildProcess: Failed to create child process '%s'. Last error = %d.",
108 } // createChildProcess
172 } // createChildProcess
186 createOk = createChildProcess(command, background, &procInfo);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.c51 BOOL createChildProcess(char* command, BOOL background, function
61 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
97 debug("createChildProcess: Successfully created child process '%s'.", command);
102 "createChildProcess: Failed to create child process '%s'. Last error = %d.",
107 } // createChildProcess
171 } // createChildProcess
185 createOk = createChildProcess(command, background, &procInfo);

Completed in 51 milliseconds