Home
last modified time | relevance | path

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

/ndk/tests/abcc/jni/mman-win32/
Dmman.c13 static int __map_mman_error(const DWORD err, const int deferr) in __map_mman_error() function
113 errno = __map_mman_error(GetLastError(), EPERM); in mmap()
123 errno = __map_mman_error(GetLastError(), EPERM); in mmap()
135 errno = __map_mman_error(GetLastError(), EPERM); in munmap()
148 errno = __map_mman_error(GetLastError(), EPERM); in mprotect()
158 errno = __map_mman_error(GetLastError(), EPERM); in msync()
168 errno = __map_mman_error(GetLastError(), EPERM); in mlock()
178 errno = __map_mman_error(GetLastError(), EPERM); in munlock()