Searched refs:isSharedFileLockTable (Results 1 – 2 of 2) sorted by relevance
186 private static boolean isSharedFileLockTable() { in isSharedFileLockTable() method in FileChannelImpl258 private static boolean isSharedFileLockTable; field in FileChannelImpl
1072 private static boolean isSharedFileLockTable; field in FileChannelImpl1081 private static boolean isSharedFileLockTable() { in isSharedFileLockTable() method in FileChannelImpl1088 isSharedFileLockTable = ((value == null) || value.equals("false")); in isSharedFileLockTable()1093 return isSharedFileLockTable; in isSharedFileLockTable()1100 if (isSharedFileLockTable()) { in fileLockTable()