Searched refs:FileLockImpl (Results 1 – 1 of 1) sorted by relevance
110 FileLock pendingLock = new FileLockImpl(this, position, size, shared); in basicLock()137 private static final class FileLockImpl extends FileLock { class in FileChannelImpl140 public FileLockImpl(FileChannel channel, long position, long size, boolean shared) { in FileLockImpl() method in FileChannelImpl.FileLockImpl