Searched defs:mmapRO (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DMemoryMappedFile.java31 * A memory-mapped file. Use {@link #mmapRO} to map a file, {@link #close} to unmap a file,
53 public static MemoryMappedFile mmapRO(String path) throws ErrnoException { method in class:MemoryMappedFile

Completed in 48 milliseconds