Searched refs:mmap (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | MemoryMappedFile.java | 59 long address = Libcore.os.mmap(0L, size, PROT_READ, MAP_SHARED, fd, 0); in mmapRO()
|
D | ForwardingOs.java | 161 …public long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset… in mmap() method in ForwardingOs
|
D | Os.java | 133 …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 | 54 #define mmap64 mmap
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 390 …tic long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset) t… in mmap() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 906 data_ = mmap(NULL, data_length_, PROT_READ, MAP_SHARED, fd.get(), 0 /* offset */); in TryMap()
|
D | libcore_io_Linux.cpp | 2657 NATIVE_METHOD(Linux, mmap, "(JJIILjava/io/FileDescriptor;J)J"),
|