Searched defs:prot (Results 1 – 10 of 10) sorted by relevance
/system/core/libcutils/tests/ |
D | AshmemTest.cpp | 24 void TestCreateRegion(size_t size, unique_fd &fd, int prot) { in TestCreateRegion() 32 void TestMmap(const unique_fd &fd, size_t size, int prot, void **region) { in TestMmap() 37 void TestProtDenied(const unique_fd &fd, size_t size, int prot) { in TestProtDenied()
|
/system/extras/ioshark/ |
D | ioshark_bench_mmap.c | 106 mmap_do_io(void *db_node, int prot, off_t offset, size_t len, in mmap_do_io() 172 int prot = file_op->mmap_prot; in ioshark_handle_mmap() local
|
D | ioshark.h | 100 int prot; member
|
D | compile_ioshark.c | 244 get_mmap_offset_len_prot(char *buf, int *prot, off_t *offset, u_int64_t *len) in get_mmap_offset_len_prot()
|
/system/core/libmemunreachable/ |
D | PtracerThread.cpp | 41 int prot = PROT_READ | PROT_WRITE; in Stack() local
|
D | Allocator.cpp | 120 const int prot = PROT_READ | PROT_WRITE; in MapAligned() local
|
/system/core/libcutils/ |
D | ashmem-dev.c | 182 int ashmem_set_prot_region(int fd, int prot) in ashmem_set_prot_region()
|
/system/core/libion/ |
D | ion_test.c | 34 int prot = PROT_READ | PROT_WRITE; variable
|
D | ion.c | 91 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, in ion_map()
|
/system/extras/simpleperf/ |
D | record.h | 295 uint32_t prot, flags; member
|