Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java1111 fileLockTable = new SimpleFileLockTable(); in fileLockTable()
1221 private static class SimpleFileLockTable extends FileLockTable { class in FileChannelImpl
1225 public SimpleFileLockTable() { in SimpleFileLockTable() method in FileChannelImpl.SimpleFileLockTable