Searched refs:mmap (Results 1 – 10 of 10) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | MemoryMappedFile.java | 57 long address = Libcore.os.mmap(0L, size, PROT_READ, MAP_SHARED, fd, 0); in mmapRO()
|
D | ForwardingOs.java | 507 …public long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset… in mmap() method in ForwardingOs
|
D | Os.java | 444 …public long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset… in mmap() method
|
D | Linux.java | 130 …public native long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long… in mmap() method in Linux
|
/libcore/ojluni/src/main/native/ |
D | FileChannelImpl.c | 53 #define mmap64 mmap 57 #define mmap64 mmap
|
D | zip_util.c | 56 #define mmap64 mmap
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 474 …tic long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset) t… in mmap() method in Os
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 2075 final long address = Os.mmap(0, size, PROT_READ, 2288 final long address = Os.mmap(0, size, PROT_WRITE,
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2841 NATIVE_METHOD(Linux, mmap, "(JJIILjava/io/FileDescriptor;J)J"),
|
/libcore/api/ |
D | current.txt | 89 …method public static long mmap(long, long, int, int, java.io.FileDescriptor, long) throws android.…
|