| /forgerock/openidm-v4/openidm-maintenance/src/test/java/org/forgerock/openidm/maintenance/upgrade/ |
| H A D | FileStateCheckerTest.java | 78 Path filepath = Paths.get("file1"); 79 checker.updateState(filepath); 81 assertThat(checker.getCurrentFileState(filepath).equals(FileState.UNCHANGED)); 90 Path filepath = Paths.get("file1"); 91 checker.updateState(filepath); 93 assertThat(checker.getCurrentFileState(filepath).equals(FileState.DIFFERS)); 102 Path filepath = Paths.get("file3"); 103 checker.updateState(filepath); 105 assertThat(checker.getCurrentFileState(filepath).equals(FileState.DELETED)); 114 Path filepath [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
| H A D | SMSFlatFileObject.java | 214 // objName is assumed to be a dn so construct the filepath 300 String filepath = mNameMap.getProperty(objKey); 301 if (filepath == null) { 308 File filehandle = new File(filepath); 442 String filepath = mNameMap.getProperty(objKey); 443 if (filepath == null) { 450 File filehandle = new File(filepath); 506 String filepath = null; 511 filepath = mNameMap.getProperty(objKey); 512 if (filepath ! [all...] |
| H A D | SMSEnhancedFlatFileObject.java | 363 String filepath = root.getAttributeFilename(objName, mRootDir); 364 if (filepath == null) { 372 File filehandle = new File(filepath); 454 String filepath = node.getAttributeFilename(mRootDir); 482 File attrFile = new File(filepath); 488 objName + ": Could not create file " + filepath; 496 + filepath + ". Exception: " + e.getMessage(); 510 File attrFile = new File(filepath); 575 String filepath = node.getAttributeFilename(mRootDir); 577 if (filepath [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
| H A D | SMSFlatFileObject.java | 214 // objName is assumed to be a dn so construct the filepath 300 String filepath = mNameMap.getProperty(objKey); 301 if (filepath == null) { 308 File filehandle = new File(filepath); 442 String filepath = mNameMap.getProperty(objKey); 443 if (filepath == null) { 450 File filehandle = new File(filepath); 506 String filepath = null; 511 filepath = mNameMap.getProperty(objKey); 512 if (filepath ! [all...] |
| H A D | SMSEnhancedFlatFileObject.java | 363 String filepath = root.getAttributeFilename(objName, mRootDir); 364 if (filepath == null) { 372 File filehandle = new File(filepath); 454 String filepath = node.getAttributeFilename(mRootDir); 482 File attrFile = new File(filepath); 488 objName + ": Could not create file " + filepath; 496 + filepath + ". Exception: " + e.getMessage(); 510 File attrFile = new File(filepath); 575 String filepath = node.getAttributeFilename(mRootDir); 577 if (filepath [all...] |
| /forgerock/openidm-v4/openidm-servlet/src/main/java/org/forgerock/openidm/ui/internal/service/ |
| H A D | ResourceServlet.java | 228 String filepath = url.getPath(); 229 if (filepath != null) { 230 File f = new File(filepath);
|
| /forgerock/web-agents-v4/source/ |
| H A D | utility.h | 238 char *load_file(const char *filepath, size_t *data_sz); 239 ssize_t write_file(const char *filepath, const void *data, size_t data_sz);
|
| H A D | utility.c | 1107 char *load_file(const char *filepath, size_t *data_sz) { argument 1111 if (stat(filepath, &st) == -1) { 1115 fd = _open(filepath, _O_BINARY | _O_RDONLY); 1117 fd = open(filepath, O_RDONLY); 1138 ssize_t write_file(const char *filepath, const void *data, size_t data_sz) { argument 1143 fd = _open(filepath, _O_CREAT | _O_WRONLY | _O_TRUNC | _O_BINARY, _S_IWRITE); 1145 fd = open(filepath, O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
|
| /forgerock/opendj2/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/opendj-b2.6/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/opendj2.6.2/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/opendj2-hg/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/opendj-b2.6/ext/svnkit/ |
| H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
| /forgerock/opendj2/ext/svnkit/lib/ |
| H A D | svnkit-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
| /forgerock/opendj2.6.2/ext/svnkit/ |
| H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
| /forgerock/opendj2-hg/ext/svnkit/lib/ |
| H A D | svnkit-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |