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

/art/runtime/gc/space/
H A Dmalloc_space.cc93 PROT_READ | PROT_WRITE, true, false, &error_msg);
140 CHECK_MEMORY_CALL(mprotect, (original_end, increment, PROT_READ | PROT_WRITE), GetName());
193 PROT_READ | PROT_WRITE, &error_msg)); local
/art/runtime/
H A Delf_file.cc148 prot = PROT_READ | PROT_WRITE;
164 (file, (prot & PROT_WRITE) == PROT_WRITE, /*program_header_only*/false,
1222 prot |= PROT_WRITE;
1229 prot |= PROT_WRITE;
1463 Open(const_cast<File*>(file_), PROT_READ | PROT_WRITE, MAP_PRIVATE, &error_msg)); local

Completed in 1827 milliseconds