Searched refs:binPath (Results 1 - 17 of 17) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java775 File binPath;
778 binPath = new File(getRootDirectory(), WINDOWS_BINARIES_PATH_RELATIVE);
782 binPath = new File(getRootDirectory(), UNIX_BINARIES_PATH_RELATIVE);
784 return binPath;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java781 File binPath;
784 binPath = new File(getRootDirectory(), WINDOWS_BINARIES_PATH_RELATIVE);
788 binPath = new File(getRootDirectory(), UNIX_BINARIES_PATH_RELATIVE);
790 return binPath;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java781 File binPath;
784 binPath = new File(getRootDirectory(), WINDOWS_BINARIES_PATH_RELATIVE);
788 binPath = new File(getRootDirectory(), UNIX_BINARIES_PATH_RELATIVE);
790 return binPath;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java775 File binPath;
778 binPath = new File(getRootDirectory(), WINDOWS_BINARIES_PATH_RELATIVE);
782 binPath = new File(getRootDirectory(), UNIX_BINARIES_PATH_RELATIVE);
784 return binPath;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java749 File binPath;
752 binPath = new File(getRootDirectory(), WINDOWS_BINARIES_PATH_RELATIVE);
756 binPath = new File(getRootDirectory(), UNIX_BINARIES_PATH_RELATIVE);
758 return binPath;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java127 File binPath;
130 binPath =
134 binPath =
140 importPath = new File(binPath, Installation.WINDOWS_IMPORT_LDIF);
143 importPath = new File(binPath, Installation.UNIX_IMPORT_LDIF);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java128 File binPath;
131 binPath =
135 binPath =
141 importPath = new File(binPath, Installation.WINDOWS_IMPORT_LDIF);
144 importPath = new File(binPath, Installation.UNIX_IMPORT_LDIF);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java128 File binPath;
131 binPath =
135 binPath =
141 importPath = new File(binPath, Installation.WINDOWS_IMPORT_LDIF);
144 importPath = new File(binPath, Installation.UNIX_IMPORT_LDIF);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java127 File binPath;
130 binPath =
134 binPath =
140 importPath = new File(binPath, Installation.WINDOWS_IMPORT_LDIF);
143 importPath = new File(binPath, Installation.UNIX_IMPORT_LDIF);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java152 File binPath;
155 binPath =
159 binPath =
165 importPath = new File(binPath, Installation.WINDOWS_IMPORT_LDIF);
168 importPath = new File(binPath, Installation.UNIX_IMPORT_LDIF);
/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);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstallerHelper.java151 final File binPath = new File(installPath, isWindows() ? Installation.WINDOWS_BINARIES_PATH_RELATIVE
153 final File importLDIFPath = new File(binPath, isWindows() ? Installation.WINDOWS_IMPORT_LDIF

Completed in 173 milliseconds