Searched defs:prot (Results 1 – 18 of 18) sorted by relevance
/system/libbase/ |
D | mapped_file.cpp | 39 int prot) { in FromFd() 48 int prot) { in FromOsHandle()
|
D | abi_compatibility.cpp | 72 int prot) { in MAPPEDFILE_FROMFD()
|
/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 | 395 static int memfd_set_prot_region(int fd, int prot) { in memfd_set_prot_region() 410 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/memory/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 | 54 uint32_t prot; member
|
D | cmd_record.cpp | 1463 void UpdateMmapRecordForEmbeddedPath(RecordType& r, bool has_prot, uint32_t prot) { in UpdateMmapRecordForEmbeddedPath()
|
D | record.cpp | 273 uint64_t addr, uint64_t len, uint64_t pgoff, uint32_t prot, in Mmap2Record()
|
D | record.h | 304 uint32_t prot, flags; member
|
/system/libartpalette/ |
D | palette_android.cc | 220 enum PaletteStatus PaletteAshmemSetProtRegion(int fd, int prot) { in PaletteAshmemSetProtRegion()
|
/system/core/libutils/include/utils/ |
D | Compat.h | 32 static inline void* mmap64(void* addr, size_t length, int prot, int flags, int fd, off64_t offset) { in mmap64()
|
/system/memory/libion/ |
D | ion_test.c | 34 int prot = PROT_READ | PROT_WRITE; variable
|
D | ion.c | 113 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, int flags, off_t offset, in ion_map()
|