| /forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/utils/ |
| H A D | FileUtil.java | 24 import java.nio.channels.FileChannel; 104 FileChannel inChannel = null; 105 FileChannel outChannel = null;
|
| /forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/util/ |
| H A D | FileUtil.java | 33 import java.nio.channels.FileChannel; 56 FileChannel channel = new FileInputStream(file).getChannel();
|
| /forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/ |
| H A D | Utils.java | 24 import java.nio.channels.FileChannel; 80 FileChannel outChannel = new FileOutputStream(out).getChannel();
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/core/ |
| H A D | LockFileManager.java | 34 import java.nio.channels.FileChannel; 144 FileChannel channel = null; 266 FileChannel channel = null;
|
| /forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/ |
| H A D | IndexInputBuffer.java | 37 import java.nio.channels.FileChannel; 53 private final FileChannel channel; 97 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
|
| /forgerock/opendj2/src/server/org/opends/server/core/ |
| H A D | LockFileManager.java | 31 import java.nio.channels.FileChannel; 138 FileChannel channel = null; 260 FileChannel channel = null;
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/ |
| H A D | IndexInputBuffer.java | 38 import java.nio.channels.FileChannel; 54 private final FileChannel channel; 98 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/ |
| H A D | IndexInputBuffer.java | 38 import java.nio.channels.FileChannel; 54 private final FileChannel channel; 98 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/core/ |
| H A D | LockFileManager.java | 34 import java.nio.channels.FileChannel; 144 FileChannel channel = null; 266 FileChannel channel = null;
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/core/ |
| H A D | LockFileManager.java | 34 import java.nio.channels.FileChannel; 144 FileChannel channel = null; 266 FileChannel channel = null;
|
| /forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/ |
| H A D | IndexInputBuffer.java | 37 import java.nio.channels.FileChannel; 53 private final FileChannel channel; 97 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
|
| /forgerock/opendj2-hg/src/server/org/opends/server/core/ |
| H A D | LockFileManager.java | 31 import java.nio.channels.FileChannel; 138 FileChannel channel = null; 260 FileChannel channel = null;
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/ |
| H A D | IndexInputBuffer.java | 38 import java.nio.channels.FileChannel; 54 private final FileChannel channel; 98 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/ |
| H A D | LockFileManager.java | 31 import java.nio.channels.FileChannel; 123 FileChannel channel = null; 236 FileChannel channel = null;
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/ |
| H A D | OnDiskMergeImporterTest.java | 32 import java.nio.channels.FileChannel; 273 final FileChannel channel = 274 FileChannel.open(tempDir.toPath().resolve("region-chunk"), StandardOpenOption.CREATE_NEW,
|
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
| H A D | FileManagerTest.java | 45 import java.nio.channels.FileChannel; 186 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
| H A D | FileManagerTest.java | 44 import java.nio.channels.FileChannel; 185 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
| H A D | FileManagerTest.java | 45 import java.nio.channels.FileChannel; 186 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
| H A D | FileManagerTest.java | 44 import java.nio.channels.FileChannel; 185 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|
| /forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
| H A D | FileManagerTest.java | 45 import java.nio.channels.FileChannel; 186 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/util/ |
| H A D | FileManagerTest.java | 38 import java.nio.channels.FileChannel; 187 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/ |
| H A D | TestStaticUtils.java | 39 import java.nio.channels.FileChannel; 928 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/ |
| H A D | TestStaticUtils.java | 38 import java.nio.channels.FileChannel; 927 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/ |
| H A D | TestStaticUtils.java | 39 import java.nio.channels.FileChannel; 928 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/ |
| H A D | TestStaticUtils.java | 38 import java.nio.channels.FileChannel; 927 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
|