Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/channels/
DFileLock.java119 public abstract class FileLock implements AutoCloseable { class
147 protected FileLock(FileChannel channel, in FileLock() method in FileLock
185 protected FileLock(AsynchronousFileChannel channel, in FileLock() method in FileLock
DAsynchronousFileChannel.java461 CompletionHandler<FileLock,? super A> handler); in lock()
492 CompletionHandler<FileLock,? super A> handler) in lock()
/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousFileChannelImpl.java110 CompletionHandler<FileLock,? super A> handler); in implLock()
126 CompletionHandler<FileLock,? super A> handler) in lock()
DSimpleAsynchronousFileChannelImpl.java177 final CompletionHandler<FileLock,? super A> handler) in implLock()