Home
last modified time | relevance | path

Searched defs:FileLockImpl (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java137 private static final class FileLockImpl extends FileLock { class in FileChannelImpl
140 public FileLockImpl(FileChannel channel, long position, long size, boolean shared) { in FileLockImpl() method in FileChannelImpl.FileLockImpl