Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DUtil.java46 private static final long MAX_CACHED_BUFFER_SIZE = getMaxCachedBufferSize();
65 private static long getMaxCachedBufferSize() { in getMaxCachedBufferSize() method in Util