Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 5 of 5) sorted by relevance

/cts/tools/incremental-cts/testdata/
Dperf_dump.txt4 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/
Dpoc.cpp44 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/
DSharedMemoryService.java39 public void setup(SharedMemory memory, int prot) throws RemoteException { in setup() argument
42 mMappedBuffer = mSharedMemory.map(prot, 0, mSharedMemory.getSize()); in setup()
DISharedMemoryService.aidl22 void setup(in SharedMemory memory, int prot); in setup() argument
/cts/tests/tests/os/assets/minijail/
Disolated-common.policy84 # mprotect: prot in {PROT_READ|PROT_WRITE|PROT_EXEC}