Searched refs:tempDir (Results 26 - 45 of 45) sorted by relevance

12

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java53 private File tempDir; field in class:TestImportJob
245 tempDir = TestCaseUtils.createTemporaryDirectory("jebimporttest");
246 homeDirName = tempDir.getAbsolutePath();
293 TestCaseUtils.deleteDirectory(tempDir);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java54 private File tempDir; field in class:TestImportJob
246 tempDir = TestCaseUtils.createTemporaryDirectory("jebimporttest");
247 homeDirName = tempDir.getAbsolutePath();
294 TestCaseUtils.deleteDirectory(tempDir);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java53 private File tempDir; field in class:TestImportJob
245 tempDir = TestCaseUtils.createTemporaryDirectory("jebimporttest");
246 homeDirName = tempDir.getAbsolutePath();
293 TestCaseUtils.deleteDirectory(tempDir);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java54 private File tempDir; field in class:TestImportJob
246 tempDir = TestCaseUtils.createTemporaryDirectory("jebimporttest");
247 homeDirName = tempDir.getAbsolutePath();
294 TestCaseUtils.deleteDirectory(tempDir);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporterTest.java272 final File tempDir = TestCaseUtils.createTemporaryDirectory("testFileRegionChunk");
274 FileChannel.open(tempDir.toPath().resolve("region-chunk"), StandardOpenOption.CREATE_NEW,
317 final File tempDir = TestCaseUtils.createTemporaryDirectory("testExternalSortChunk");
321 new ExternalSortChunk(tempDir, "test", bufferPool, StringConcatCollector.INSTANCE, new ForkJoinPool());
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java124 private final File tempDir; field in class:Importer
274 this.tempDir = new File(parentDir, cfg.getBackendId());
275 recursiveDelete(tempDir);
276 if (!tempDir.exists() && !tempDir.mkdirs())
279 ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR.get(String.valueOf(tempDir));
342 this.tempDir = new File(parentDir, localDBBackendCfg.getBackendId());
343 recursiveDelete(tempDir);
344 if (!tempDir.exists() && !tempDir
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java113 private final File tempDir; field in class:Importer
256 this.tempDir = new File(parentDir, cfg.getBackendId());
257 recursiveDelete(tempDir);
258 if (!tempDir.exists() && !tempDir.mkdirs())
261 ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR.get(String.valueOf(tempDir));
324 this.tempDir = new File(parentDir, localDBBackendCfg.getBackendId());
325 recursiveDelete(tempDir);
326 if (!tempDir.exists() && !tempDir
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java113 private final File tempDir; field in class:Importer
256 this.tempDir = new File(parentDir, cfg.getBackendId());
257 recursiveDelete(tempDir);
258 if (!tempDir.exists() && !tempDir.mkdirs())
261 ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR.get(String.valueOf(tempDir));
324 this.tempDir = new File(parentDir, localDBBackendCfg.getBackendId());
325 recursiveDelete(tempDir);
326 if (!tempDir.exists() && !tempDir
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java124 private final File tempDir; field in class:Importer
274 this.tempDir = new File(parentDir, cfg.getBackendId());
275 recursiveDelete(tempDir);
276 if (!tempDir.exists() && !tempDir.mkdirs())
279 ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR.get(String.valueOf(tempDir));
342 this.tempDir = new File(parentDir, localDBBackendCfg.getBackendId());
343 recursiveDelete(tempDir);
344 if (!tempDir.exists() && !tempDir
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java113 private final File tempDir; field in class:Importer
256 this.tempDir = new File(parentDir, cfg.getBackendId());
257 recursiveDelete(tempDir);
258 if (!tempDir.exists() && !tempDir.mkdirs())
261 ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR.get(String.valueOf(tempDir));
324 this.tempDir = new File(parentDir, localDBBackendCfg.getBackendId());
325 recursiveDelete(tempDir);
326 if (!tempDir.exists() && !tempDir
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java1468 File tempDir = getFileForPath("config");
1470 certAlias, tempDir);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java1669 File tempDir = getFileForPath("config");
1671 certAlias, tempDir);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java1669 File tempDir = getFileForPath("config");
1671 certAlias, tempDir);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java1468 File tempDir = getFileForPath("config");
1470 certAlias, tempDir);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java1669 File tempDir = getFileForPath("config");
1671 certAlias, tempDir);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DTrustStoreBackend.java1266 File tempDir = getFileForPath("config");
1268 certAlias, tempDir);
/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-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/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.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 88 milliseconds

12