Home
last modified time | relevance | path

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

/system/libbase/
Dmapped_file.cpp39 int prot) { in FromFd()
48 int prot) { in FromOsHandle()
Dabi_compatibility.cpp72 int prot) { in MAPPEDFILE_FROMFD()
/system/core/libcutils/
Dashmem_test.cpp32 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()
Dashmem-dev.cpp395 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/
Dioshark_bench_mmap.c106 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
Dconvert_format.c66 int prot; member
Dioshark.h108 u_int32_t prot; member
Dcompile_ioshark.c244 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/
DPtracerThread.cpp43 int prot = PROT_READ | PROT_WRITE; in Stack() local
DAllocator.cpp120 const int prot = PROT_READ | PROT_WRITE; in MapAligned() local
/system/extras/simpleperf/
Denvironment.h54 uint32_t prot; member
Dcmd_record.cpp1463 void UpdateMmapRecordForEmbeddedPath(RecordType& r, bool has_prot, uint32_t prot) { in UpdateMmapRecordForEmbeddedPath()
Drecord.cpp273 uint64_t addr, uint64_t len, uint64_t pgoff, uint32_t prot, in Mmap2Record()
Drecord.h304 uint32_t prot, flags; member
/system/libartpalette/
Dpalette_android.cc220 enum PaletteStatus PaletteAshmemSetProtRegion(int fd, int prot) { in PaletteAshmemSetProtRegion()
/system/core/libutils/include/utils/
DCompat.h32 static inline void* mmap64(void* addr, size_t length, int prot, int flags, int fd, off64_t offset) { in mmap64()
/system/memory/libion/
Dion_test.c34 int prot = PROT_READ | PROT_WRITE; variable
Dion.c113 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, int flags, off_t offset, in ion_map()