Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/wow_helper/
Dservice64_resolver.cc117 DWORD old_protection; in WriteProtectedChildMemory() local
119 PAGE_WRITECOPY, &old_protection)) in WriteProtectedChildMemory()
128 old_protection, &old_protection)) in WriteProtectedChildMemory()
/external/chromium_org/sandbox/win/src/
Dwin_utils.cc284 DWORD old_protection; in WriteProtectedChildMemory() local
286 PAGE_WRITECOPY, &old_protection)) in WriteProtectedChildMemory()
295 old_protection, &old_protection)) in WriteProtectedChildMemory()
Dinterception.cc431 DWORD old_protection; in PatchNtdll() local
433 PAGE_EXECUTE_READ, &old_protection); in PatchNtdll()