Searched defs:logpath (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj2/src/build-tools/windows/ |
H A D | common.c | 322 char logpath[MAX_PATH]; local 349 strcpy(logpath, execName); 350 strcat(logpath, "\\logs\\"); 354 if (isExistingDirectory(logpath))
|
/forgerock/opendj-b2.6/src/build-tools/windows/ |
H A D | common.c | 323 char logpath[MAX_PATH]; local 350 strcpy(logpath, execName); 351 strcat(logpath, "\\logs\\"); 355 if (isExistingDirectory(logpath))
|
/forgerock/opendj2.6.2/src/build-tools/windows/ |
H A D | common.c | 323 char logpath[MAX_PATH]; local 350 strcpy(logpath, execName); 351 strcat(logpath, "\\logs\\"); 355 if (isExistingDirectory(logpath))
|
/forgerock/opendj2-hg/src/build-tools/windows/ |
H A D | common.c | 322 char logpath[MAX_PATH]; local 349 strcpy(logpath, execName); 350 strcat(logpath, "\\logs\\"); 354 if (isExistingDirectory(logpath))
|
/forgerock/opendj2-jel-hg/src/build-tools/windows/ |
H A D | common.c | 323 char logpath[MAX_PATH]; local 350 strcpy(logpath, execName); 351 strcat(logpath, "\\logs\\"); 355 if (isExistingDirectory(logpath))
|
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/ |
H A D | common.c | 322 char logpath[MAX_PATH]; local 349 strcpy(logpath, execName); 350 strcat(logpath, "\\logs\\"); 354 if (isExistingDirectory(logpath))
|
Completed in 549 milliseconds