Home
last modified time | relevance | path

Searched refs:__map_mmap_prot_page (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/abcc/jni/mman-win32/
Dmman.c21 static DWORD __map_mmap_prot_page(const int prot) in __map_mmap_prot_page() function
74 const DWORD protect = __map_mmap_prot_page(prot); in mmap()
142 DWORD newProtect = __map_mmap_prot_page(prot); in mprotect()