Searched refs:relativePath (Results 1 - 25 of 73) sorted by relevance

123

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DJavaPropertiesToolArgumentParser.java180 final String relativePath = isWindows()
183 return Utils.getPath(libDir, relativePath);
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/
H A DArchive.java100 String relativePath = FileUtil.constructRelativePath(installDir, file);
102 addStaticFile(file, relativePath);
104 addDirectory(file, relativePath, true);
/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c433 char* relativePath = "\\locks\\server.lock"; local
439 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
443 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
519 char* relativePath = "\\bat\\start-ds.bat"; local
527 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
529 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
668 char* relativePath = "\\bat\\stop-ds.bat"; local
672 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
674 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
H A Dwinlauncher.c38 char* relativePath = "\\logs\\server.pid"; local
42 if ((strlen(relativePath) + strlen(instanceDir)) < maxSize)
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c434 char* relativePath = "\\locks\\server.lock"; local
440 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
444 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
520 char* relativePath = "\\bat\\start-ds.bat"; local
528 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
530 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
669 char* relativePath = "\\bat\\stop-ds.bat"; local
673 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
675 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
H A Dwinlauncher.c39 char* relativePath = "\\logs\\server.pid"; local
43 if ((strlen(relativePath) + strlen(instanceDir)) < maxSize)
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c434 char* relativePath = "\\locks\\server.lock"; local
440 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
444 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
520 char* relativePath = "\\bat\\start-ds.bat"; local
528 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
530 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
669 char* relativePath = "\\bat\\stop-ds.bat"; local
673 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
675 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
H A Dwinlauncher.c39 char* relativePath = "\\logs\\server.pid"; local
43 if ((strlen(relativePath) + strlen(instanceDir)) < maxSize)
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c433 char* relativePath = "\\locks\\server.lock"; local
439 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
443 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
519 char* relativePath = "\\bat\\start-ds.bat"; local
527 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
529 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
668 char* relativePath = "\\bat\\stop-ds.bat"; local
672 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
674 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
H A Dwinlauncher.c38 char* relativePath = "\\logs\\server.pid"; local
42 if ((strlen(relativePath) + strlen(instanceDir)) < maxSize)
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c434 char* relativePath = "\\locks\\server.lock"; local
440 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
444 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
520 char* relativePath = "\\bat\\start-ds.bat"; local
528 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
530 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
669 char* relativePath = "\\bat\\stop-ds.bat"; local
673 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
675 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
H A Dwinlauncher.c39 char* relativePath = "\\logs\\server.pid"; local
43 if ((strlen(relativePath) + strlen(instanceDir)) < maxSize)
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c433 char* relativePath = "\\locks\\server.lock"; local
439 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
443 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
519 char* relativePath = "\\bat\\start-ds.bat"; local
527 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
529 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
668 char* relativePath = "\\bat\\stop-ds.bat"; local
672 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
674 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
H A Dwinlauncher.c38 char* relativePath = "\\logs\\server.pid"; local
42 if ((strlen(relativePath) + strlen(instanceDir)) < maxSize)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBackupManager.java755 long writeFile(Path file, String relativePath, CryptoEngine cryptoMethod, BackupConfig backupConfig) argument
758 ZipEntry zipEntry = new ZipEntry(relativePath);
761 cryptoMethod.updateHashWith(relativePath);
851 String relativePath = rootDirectory.relativize(file).toString();
852 int cmp = relativePath.compareTo(archive.latestFileName);
858 logger.info(NOTE_BACKUP_FILE_UNCHANGED, relativePath);
859 unchangedFilenames.add(relativePath);
896 String relativePath = rootDirectory.relativize(file).toString();
899 archive.latestFileSize = writeFile(file, relativePath, archive.cryptoEngine, backupConfig);
900 archive.latestFileName = relativePath;
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools-launcher/src/main/java/com/sun/identity/install/tools/launch/
H A DAdminToolLauncher.java90 String relativePath = STR_LIB_DIR_PREFIX + jarFileName;
92 - relativePath.length());
/forgerock/openam/openam-tools/openam-installtools-launcher/src/main/java/com/sun/identity/install/tools/launch/
H A DAdminToolLauncher.java90 String relativePath = STR_LIB_DIR_PREFIX + jarFileName;
92 - relativePath.length());
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java269 * Returns the absolute path for the given parentPath and relativePath.
273 * @param relativePath
275 * @return the absolute path for the given parentPath and relativePath.
278 final String relativePath)
280 return getPath(new File(new File(parentPath), relativePath));
277 getPath(final String parentPath, final String relativePath) argument
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java253 * Returns the absolute path for the given parentPath and relativePath.
257 * @param relativePath
259 * @return the absolute path for the given parentPath and relativePath.
262 final String relativePath)
264 return getPath(new File(new File(parentPath), relativePath));
261 getPath(final String parentPath, final String relativePath) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java254 * Returns the absolute path for the given parentPath and relativePath.
258 * @param relativePath
260 * @return the absolute path for the given parentPath and relativePath.
263 final String relativePath)
265 return getPath(new File(new File(parentPath), relativePath));
262 getPath(final String parentPath, final String relativePath) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java153 * Returns the absolute path for the given parentPath and relativePath.
157 * @param relativePath
159 * @return the absolute path for the given parentPath and relativePath.
162 final String relativePath)
164 return getPath(new File(new File(parentPath), relativePath));
161 getPath(final String parentPath, final String relativePath) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java253 * Returns the absolute path for the given parentPath and relativePath.
257 * @param relativePath
259 * @return the absolute path for the given parentPath and relativePath.
262 final String relativePath)
264 return getPath(new File(new File(parentPath), relativePath));
261 getPath(final String parentPath, final String relativePath) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java257 * Returns the absolute path for the given parentPath and relativePath.
261 * @param relativePath
263 * @return the absolute path for the given parentPath and relativePath.
266 final String relativePath)
268 return getPath(new File(new File(parentPath), relativePath));
265 getPath(final String parentPath, final String relativePath) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java698 String relativePath = getRelativePath(authService, appliRootUrl.toString());
700 newURL = new StringBuffer(relativePath).append("&forward=true");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java710 String relativePath = getRelativePath(authService, appliRootUrl.toString());
712 newURL = new StringBuffer(relativePath).append("&forward=true");

Completed in 151 milliseconds

123