Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map_windows.cc71 DWORD map_access = 0; in TargetMMap() local
74 map_access = PAGE_READWRITE; in TargetMMap()
85 map_access = PAGE_READONLY; in TargetMMap()
100 if (((map_access & PAGE_READONLY) != 0) && in TargetMMap()
108 map_access, in TargetMMap()