Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1343 int maxBytes, Long expectedEndOffset) throws IOException, ErrnoException { in checkSendfile() argument
1351 assertEquals(expectedEndOffset, offset == null ? null : offset.value); in checkSendfile()