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
1074 private static boolean isSharedFileLockTable; field in FileChannelImpl1083 private static boolean isSharedFileLockTable() { in isSharedFileLockTable() method in FileChannelImpl1090 isSharedFileLockTable = ((value == null) || value.equals("false")); in isSharedFileLockTable()1095 return isSharedFileLockTable; in isSharedFileLockTable()1102 if (isSharedFileLockTable()) { in fileLockTable()