Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map_windows.cc66 DWORD map_access = 0; in TargetMMap() local
69 map_access = PAGE_READWRITE; in TargetMMap()
80 map_access = PAGE_READONLY; in TargetMMap()
95 if (((map_access & PAGE_READONLY) != 0) && in TargetMMap()
103 map_access, in TargetMMap()