Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/mem_posix/src/
DMprotectApiTest.cpp46 int prot = PROT_WRITE; variable
79 int prot = PROT_READ; variable
111 int prot = PROT_READ | PROT_WRITE; variable
149 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; variable
180 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; variable
220 int prot = PROT_WRITE; variable
270 int prot = PROT_READ; variable
325 int prot = PROT_READ | PROT_WRITE; variable
369 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; variable
413 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; variable
DMmapApiTest.cpp48 int prot = PROT_READ | PROT_WRITE; variable
87 int prot = PROT_READ | PROT_WRITE; variable
121 int prot = PROT_READ; variable
149 int prot = PROT_WRITE; variable
182 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; variable
230 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; variable
279 int prot = PROT_READ | PROT_WRITE; variable
319 int prot = PROT_READ | PROT_WRITE; variable
365 int prot = PROT_READ | PROT_WRITE; variable
411 int prot = PROT_READ; variable
[all …]
DMremapApiTest.cpp72 int prot = PROT_READ | PROT_WRITE; variable
114 int prot = PROT_READ | PROT_WRITE; variable
153 int prot = PROT_READ | PROT_WRITE; variable
197 int prot = PROT_READ | PROT_WRITE; variable
236 int prot = PROT_READ | PROT_WRITE; variable
288 int prot = PROT_READ | PROT_WRITE; variable
339 int prot = PROT_READ | PROT_WRITE; variable
394 int prot = PROT_READ | PROT_WRITE; variable
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/
Dhidebugndk.cpp328 static void* MyMmap(void* addr, size_t len, int prot, int flags, int fd, off_t offset) in MyMmap()