Home
last modified time | relevance | path

Searched defs:hot_patch_needed (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dinterception.cc133 bool hot_patch_needed = (0 != buffer_bytes); in InitializeInterceptions() local
366 bool InterceptionManager::PatchNtdll(bool hot_patch_needed) { in PatchNtdll()