Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousFileChannelImpl.java133 private volatile FileLockTable fileLockTable; field in AsynchronousFileChannelImpl
DFileChannelImpl.java1022 private volatile FileLockTable fileLockTable; field in FileChannelImpl
1049 private FileLockTable fileLockTable() throws IOException { in fileLockTable() method in FileChannelImpl