Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.cc1167 const int orig_prot = prot; in MapInternal() local
1176 if (orig_prot != prot_non_exec) { in MapInternal()
1177 if (mprotect(actual, length, orig_prot) != 0) { in MapInternal()
1178 PLOG(ERROR) << "Could not protect to requested prot: " << orig_prot; in MapInternal()