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

/forgerock/openidm-v4/openidm-maintenance/src/test/java/org/forgerock/openidm/maintenance/upgrade/
H A DFileStateCheckerTest.java78 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 DSMSFlatFileObject.java214 // 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 DSMSEnhancedFlatFileObject.java363 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 DSMSFlatFileObject.java214 // 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 DSMSEnhancedFlatFileObject.java363 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 DResourceServlet.java228 String filepath = url.getPath();
229 if (filepath != null) {
230 File f = new File(filepath);
/forgerock/web-agents-v4/source/
H A Dutility.h238 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 Dutility.c1107 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 Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-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 Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 269 milliseconds