HomeSort by relevance Sort by last modified time
    Searched refs:mapImpl (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
ReadWriteFileChannel.java 42 return mapImpl(mode, position, size);
ReadOnlyFileChannel.java 92 return super.mapImpl(mode, position, size);
FileChannelImpl.java 181 protected final MappedByteBuffer mapImpl(MapMode mapMode, long position, long size)

Completed in 19 milliseconds