Searched refs:prot (Results 1 – 5 of 5) sorted by relevance
/cts/tools/incremental-cts/testdata/ |
D | perf_dump.txt | 4 prot 1, flags 6146, filename file_0 12 prot 1, flags 6146, filename file_1 32 prot 1, flags 6146, filename file_2 40 prot 1, flags 6146, filename /data/file 48 prot 1, flags 6146, filename /dmabuf:dmabuf1234 56 prot 1, flags 6146, filename [vdso] 64 prot 1, flags 6146, filename file_3
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-39623/ |
D | poc.cpp | 44 void *mmap(void *addr, size_t length, int prot, int flags, int fd, in mmap() argument 52 char *tmp_ptr = (char *)real_mmap(addr, length + page_size, prot, in mmap() 57 return real_mmap(addr, length, prot, flags, fd, offset); in mmap()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | SharedMemoryService.java | 39 public void setup(SharedMemory memory, int prot) throws RemoteException { in setup() argument 42 mMappedBuffer = mSharedMemory.map(prot, 0, mSharedMemory.getSize()); in setup()
|
D | ISharedMemoryService.aidl | 22 void setup(in SharedMemory memory, int prot); in setup() argument
|
/cts/tests/tests/os/assets/minijail/ |
D | isolated-common.policy | 84 # mprotect: prot in {PROT_READ|PROT_WRITE|PROT_EXEC}
|