Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java110 FileLock pendingLock = new FileLockImpl(this, position, size, shared); in basicLock()
137 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