Home
last modified time | relevance | path

Searched defs:isBufferTooLarge (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DUtil.java92 private static boolean isBufferTooLarge(int size) { in isBufferTooLarge() method in Util
100 private static boolean isBufferTooLarge(ByteBuffer buf) { in isBufferTooLarge() method in Util