Searched defs:prot (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | SharedMemory.java | 119 private static void validateProt(int prot) { in validateProt() 150 public boolean setProtect(int prot) { in setProtect() 236 public @NonNull ByteBuffer map(int prot, int offset, int length) throws ErrnoException { in map() 410 private static native int nSetProt(FileDescriptor fd, int prot); in nSetProt()
|
/frameworks/libs/binary_translation/kernel_api/ |
D | sys_mman_emulation.cc | 61 void* MmapForGuest(void* addr, size_t length, int prot, int flags, int fd, off64_t offset) { in MmapForGuest() 74 int MprotectForGuest(void* addr, size_t length, int prot) { in MprotectForGuest()
|
/frameworks/base/native/android/ |
D | sharedmem.cpp | 60 int ASharedMemory_setProt(int fd, int prot) { in ASharedMemory_setProt()
|
/frameworks/base/core/jni/ |
D | android_os_SharedMemory.cpp | 73 jint SharedMemory_nSetProt(JNIEnv* env, jobject, jobject fileDescriptor, jint prot) { in SharedMemory_nSetProt()
|
/frameworks/libs/binary_translation/base/ |
D | mmap_posix.cc | 136 void MprotectOrDie(void* ptr, size_t size, int prot) { in MprotectOrDie()
|
/frameworks/libs/binary_translation/tools/ |
D | symbolize_trace.py | 32 prot = 0 variable in MapEntry
|
/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | mmap.h | 62 int prot = PROT_READ | PROT_WRITE; member
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | proc_self_maps_test.cc | 47 char prot[5]; // sizeof("rwxp") in IsExecutable() local
|
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorIon.cpp | 196 int prot = PROT_NONE; in map() local 286 int prot, int flags, void** base, void** addr) { in mapInternal() 356 int prot, int flags, void** base, void** addr) { in mapInternal()
|
D | C2DmaBufAllocator.cpp | 142 int prot, int flags, void** base, void** addr) { in mapInternal() 187 int prot = PROT_NONE; in map() local
|
/frameworks/native/libs/binder/ |
D | MemoryHeapBase.cpp | 164 int prot = PROT_READ; in mapfd() local
|
/frameworks/libs/binary_translation/tiny_loader/ |
D | tiny_loader.cc | 468 int prot = PFLAGS_TO_PROT(phdr->p_flags); in LoadSegments() local
|