Searched defs:prot (Results 1 – 15 of 15) sorted by relevance
/system/core/libcutils/ |
D | ashmem_test.cpp | 32 void TestCreateRegion(size_t size, unique_fd &fd, int prot) { in TestCreateRegion() 40 void TestMmap(const unique_fd& fd, size_t size, int prot, void** region, off_t off = 0) { in TestMmap() 47 void TestProtDenied(const unique_fd &fd, size_t size, int prot) { in TestProtDenied() 53 void TestProtIs(const unique_fd& fd, int prot) { in TestProtIs()
|
D | ashmem-dev.cpp | 413 static int memfd_set_prot_region(int fd, int prot) { in memfd_set_prot_region() 428 int ashmem_set_prot_region(int fd, int prot) in ashmem_set_prot_region()
|
/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 | convert_format.c | 66 int prot; member
|
D | ioshark.h | 108 u_int32_t 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/base/ |
D | mapped_file.cpp | 34 std::unique_ptr<MappedFile> MappedFile::FromFd(int fd, off64_t offset, size_t length, int prot) { in FromFd()
|
/system/core/libmemunreachable/ |
D | PtracerThread.cpp | 43 int prot = PROT_READ | PROT_WRITE; in Stack() local
|
D | Allocator.cpp | 120 const int prot = PROT_READ | PROT_WRITE; in MapAligned() local
|
/system/extras/simpleperf/ |
D | environment.h | 55 uint32_t prot; member
|
D | cmd_record.cpp | 1346 void UpdateMmapRecordForEmbeddedPath(RecordType& r, bool has_prot, uint32_t prot) { in UpdateMmapRecordForEmbeddedPath()
|
D | record.cpp | 270 uint64_t addr, uint64_t len, uint64_t pgoff, uint32_t prot, in Mmap2Record()
|
D | record.h | 301 uint32_t prot, flags; member
|
/system/core/libion/ |
D | ion_test.c | 34 int prot = PROT_READ | PROT_WRITE; variable
|
D | ion.c | 103 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, int flags, off_t offset, in ion_map()
|