Home
last modified time | relevance | path

Searched refs:AshmemSetProt (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dashmem.cpp138 int AshmemSetProt(int fd, int prot) in AshmemSetProt() function
176 int result = AshmemSetProt(memoryFd_, protectionType); in SetProtection()
/commonlibrary/c_utils/base/include/
H A Dashmem.h62 int AshmemSetProt(int fd, int prot);
/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs43 pub fn AshmemSetProt(fd: i32, prot: i32) -> i32; in AshmemSetProt() functions
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_ashmem.cpp123 if (AshmemSetProt(fd, PROT_READ | PROT_WRITE) < 0) { in CreatePurgeableData()
/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeableashmem_test.cpp172 if (AshmemSetProt(fd, PROT_READ | PROT_WRITE) < 0) { in HWTEST_F()

Completed in 4 milliseconds