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

/forgerock/opendj2/src/build-tools/windows/
H A Dwinlauncher.c35 BOOL getPidFile(const char* instanceDir, char* pidFile, unsigned int maxSize) argument
44 sprintf(pidFile, "%s\\logs\\server.pid", instanceDir);
46 debug("PID file name is '%s'.", pidFile);
89 char pidFile[PATH_SIZE]; local
94 if (getPidFile(instanceDir, pidFile, PATH_SIZE))
96 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
99 if (remove(pidFile) == 0)
101 debug("Successfully removed PID file: '%s'.", pidFile);
126 char pidFile[PATH_SIZE]; local
132 if (getPidFile(instanceDir, pidFile, PATH_SIZ
238 char pidFile[PATH_SIZE]; local
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dwinlauncher.c36 BOOL getPidFile(const char* instanceDir, char* pidFile, unsigned int maxSize) argument
45 sprintf(pidFile, "%s\\logs\\server.pid", instanceDir);
47 debug("PID file name is '%s'.", pidFile);
90 char pidFile[PATH_SIZE]; local
95 if (getPidFile(instanceDir, pidFile, PATH_SIZE))
97 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
100 if (remove(pidFile) == 0)
102 debug("Successfully removed PID file: '%s'.", pidFile);
127 char pidFile[PATH_SIZE]; local
133 if (getPidFile(instanceDir, pidFile, PATH_SIZ
239 char pidFile[PATH_SIZE]; local
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dwinlauncher.c36 BOOL getPidFile(const char* instanceDir, char* pidFile, unsigned int maxSize) argument
45 sprintf(pidFile, "%s\\logs\\server.pid", instanceDir);
47 debug("PID file name is '%s'.", pidFile);
90 char pidFile[PATH_SIZE]; local
95 if (getPidFile(instanceDir, pidFile, PATH_SIZE))
97 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
100 if (remove(pidFile) == 0)
102 debug("Successfully removed PID file: '%s'.", pidFile);
127 char pidFile[PATH_SIZE]; local
133 if (getPidFile(instanceDir, pidFile, PATH_SIZ
239 char pidFile[PATH_SIZE]; local
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dwinlauncher.c35 BOOL getPidFile(const char* instanceDir, char* pidFile, unsigned int maxSize) argument
44 sprintf(pidFile, "%s\\logs\\server.pid", instanceDir);
46 debug("PID file name is '%s'.", pidFile);
89 char pidFile[PATH_SIZE]; local
94 if (getPidFile(instanceDir, pidFile, PATH_SIZE))
96 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
99 if (remove(pidFile) == 0)
101 debug("Successfully removed PID file: '%s'.", pidFile);
126 char pidFile[PATH_SIZE]; local
132 if (getPidFile(instanceDir, pidFile, PATH_SIZ
238 char pidFile[PATH_SIZE]; local
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dwinlauncher.c36 BOOL getPidFile(const char* instanceDir, char* pidFile, unsigned int maxSize) argument
45 sprintf(pidFile, "%s\\logs\\server.pid", instanceDir);
47 debug("PID file name is '%s'.", pidFile);
90 char pidFile[PATH_SIZE]; local
95 if (getPidFile(instanceDir, pidFile, PATH_SIZE))
97 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
100 if (remove(pidFile) == 0)
102 debug("Successfully removed PID file: '%s'.", pidFile);
127 char pidFile[PATH_SIZE]; local
133 if (getPidFile(instanceDir, pidFile, PATH_SIZ
239 char pidFile[PATH_SIZE]; local
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dwinlauncher.c35 BOOL getPidFile(const char* instanceDir, char* pidFile, unsigned int maxSize) argument
44 sprintf(pidFile, "%s\\logs\\server.pid", instanceDir);
46 debug("PID file name is '%s'.", pidFile);
89 char pidFile[PATH_SIZE]; local
94 if (getPidFile(instanceDir, pidFile, PATH_SIZE))
96 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
99 if (remove(pidFile) == 0)
101 debug("Successfully removed PID file: '%s'.", pidFile);
126 char pidFile[PATH_SIZE]; local
132 if (getPidFile(instanceDir, pidFile, PATH_SIZ
238 char pidFile[PATH_SIZE]; local
[all...]

Completed in 48 milliseconds