Searched defs:win32_prot (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/utils/
H A Dmapfile.c163 DWORD win32_prot; local
188 win32_prot = PAGE_READONLY;
192 win32_prot = PAGE_READONLY;
196 win32_prot = PAGE_EXECUTE_READWRITE;
199 win32_prot = PAGE_READWRITE;
202 win32_prot = PAGE_EXECUTE_READ;
208 map_handle = CreateFileMapping(handle, NULL, win32_prot,

Completed in 116 milliseconds