Home
last modified time | relevance | path

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

/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.cpp413 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/
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/core/base/
Dmapped_file.cpp34 std::unique_ptr<MappedFile> MappedFile::FromFd(int fd, off64_t offset, size_t length, int prot) { in FromFd()
/system/core/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.h55 uint32_t prot; member
Dcmd_record.cpp1346 void UpdateMmapRecordForEmbeddedPath(RecordType& r, bool has_prot, uint32_t prot) { in UpdateMmapRecordForEmbeddedPath()
Drecord.cpp270 uint64_t addr, uint64_t len, uint64_t pgoff, uint32_t prot, in Mmap2Record()
Drecord.h301 uint32_t prot, flags; member
/system/core/libion/
Dion_test.c34 int prot = PROT_READ | PROT_WRITE; variable
Dion.c103 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, int flags, off_t offset, in ion_map()