Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DNioBufferIterator.java145 final int targetPos = arrayOffset + count; in checkArrayBounds() local
146 if (targetPos < 0 || targetPos > arrayLength) { in checkArrayBounds()