Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileChannel.java653 static final class FakeFileLock extends FileLock { class in JimfsFileChannel
657 public FakeFileLock(FileChannel channel, long position, long size, boolean shared) { in FakeFileLock() method in JimfsFileChannel.FakeFileLock
661 public FakeFileLock(AsynchronousFileChannel channel, long position, long size, boolean shared) { in FakeFileLock() method in JimfsFileChannel.FakeFileLock