Searched refs:prot (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | FileChannelImpl.c | 85 jint prot, jlong off, jlong len) in FileChannelImpl_map0() argument 93 if (prot == sun_nio_ch_FileChannelImpl_MAP_RO) { in FileChannelImpl_map0() 96 } else if (prot == sun_nio_ch_FileChannelImpl_MAP_RW) { in FileChannelImpl_map0() 99 } else if (prot == sun_nio_ch_FileChannelImpl_MAP_PV) { in FileChannelImpl_map0()
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
D | FileChannelImpl.java | 208 private native long map0(int prot, long position, long length) throws java.io.IOException; in map0() argument
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 510 …long byteCount, int prot, int flags, FileDescriptor fd, long offset) throws ErrnoException { retur… in mmap() argument
|
D | Os.java | 445 …public long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset… in mmap() argument
|
D | Linux.java | 130 …public native long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long… in mmap() argument
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 481 … byteCount, int prot, int flags, FileDescriptor fd, long offset) throws ErrnoException { return Li… in mmap() argument
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileChannelImpl.java | 1271 private native long map0(int prot, long position, long length) in map0() argument
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1946 static jlong Linux_mmap(JNIEnv* env, jobject, jlong address, jlong byteCount, jint prot, jint flags… in Linux_mmap() argument 1949 void* ptr = mmap64(suggestedPtr, byteCount, prot, flags, fd, offset); in Linux_mmap()
|