OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mmap_syscall
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp
169
static void*
mmap_syscall
(void* addr, size_t len, int prot, int flags, int fd, off_t offset)
function
189
void* a =
mmap_syscall
(NULL, 0x1000, PROT_READ, MAP_SHARED, fd, KBASE_REG_COOKIE_MTP);
190
void* b =
mmap_syscall
(NULL, 0x1000, PROT_READ, MAP_SHARED, fd, KBASE_REG_COOKIE_TB);
Completed in 774 milliseconds