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

/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c1605 char binPath[COMMAND_SIZE]; local
1612 if (getBinaryPathName(scm, l[i].serviceName, binPath) ==
1615 l[i].cmdToRun = _strdup(binPath);
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c1606 char binPath[COMMAND_SIZE]; local
1613 if (getBinaryPathName(scm, l[i].serviceName, binPath) ==
1616 l[i].cmdToRun = _strdup(binPath);
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c1606 char binPath[COMMAND_SIZE]; local
1613 if (getBinaryPathName(scm, l[i].serviceName, binPath) ==
1616 l[i].cmdToRun = _strdup(binPath);
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c1605 char binPath[COMMAND_SIZE]; local
1612 if (getBinaryPathName(scm, l[i].serviceName, binPath) ==
1615 l[i].cmdToRun = _strdup(binPath);
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c1606 char binPath[COMMAND_SIZE]; local
1613 if (getBinaryPathName(scm, l[i].serviceName, binPath) ==
1616 l[i].cmdToRun = _strdup(binPath);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c1605 char binPath[COMMAND_SIZE]; local
1612 if (getBinaryPathName(scm, l[i].serviceName, binPath) ==
1615 l[i].cmdToRun = _strdup(binPath);

Completed in 71 milliseconds