Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DSharedMemory.java119 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()
402 private static native int nSetProt(FileDescriptor fd, int prot); in nSetProt()
/aosp14/system/core/libcutils/
H A Dashmem_test.cpp32 void TestCreateRegion(size_t size, unique_fd &fd, int prot) { in TestCreateRegion()
45 void TestMmap(const unique_fd& fd, size_t size, int prot, void** region, off_t off = 0) { in TestMmap()
52 void TestProtDenied(const unique_fd &fd, size_t size, int prot) { in TestProtDenied()
58 void TestProtIs(const unique_fd& fd, int prot) { in TestProtIs()
H A Dashmem-dev.cpp408 static int memfd_set_prot_region(int fd, int prot) { in memfd_set_prot_region()
438 int ashmem_set_prot_region(int fd, int prot) in ashmem_set_prot_region()
/aosp14/frameworks/base/native/android/
H A Dsharedmem.cpp60 int ASharedMemory_setProt(int fd, int prot) { in ASharedMemory_setProt()
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_SharedMemory.cpp73 jint SharedMemory_nSetProt(JNIEnv* env, jobject, jobject fileDescriptor, jint prot) { in SharedMemory_nSetProt()
/aosp14/system/core/libutils/include/utils/
H A DCompat.h32 static inline void* mmap64(void* addr, size_t length, int prot, int flags, int fd, off64_t offset) { in mmap64()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...