Searched refs:mapImpl (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
H A DReadWriteFileChannel.java53 return mapImpl(mapMode, position, size);
H A DReadOnlyFileChannel.java95 return super.mapImpl(IMemorySystem.MMAP_READ_ONLY, position, size);
H A DFileChannelImpl.java192 protected final MappedByteBuffer mapImpl(int mapMode, long position, method in class:FileChannelImpl

Completed in 48 milliseconds