Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java958 private volatile FileLockTable fileLockTable; field in FileChannelImpl
985 private FileLockTable fileLockTable() throws IOException { in fileLockTable() method in FileChannelImpl