Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/MappedByteBuffer/
DForceViews.java99 private void test(String tst, FileChannel fc, int mapPosition, int mapLength, in test() argument
103 MappedByteBuffer mbb = fc.map(READ_WRITE, mapPosition, mapLength); in test()