Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java186 private static boolean isSharedFileLockTable() { in isSharedFileLockTable() method in FileChannelImpl
258 private static boolean isSharedFileLockTable; field in FileChannelImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java1072 private static boolean isSharedFileLockTable; field in FileChannelImpl
1081 private static boolean isSharedFileLockTable() { in isSharedFileLockTable() method in FileChannelImpl
1088 isSharedFileLockTable = ((value == null) || value.equals("false")); in isSharedFileLockTable()
1093 return isSharedFileLockTable; in isSharedFileLockTable()
1100 if (isSharedFileLockTable()) { in fileLockTable()