Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dinterception_agent.cc19 bool IsWithinRange(const void* base, size_t range, const void* target) { in IsWithinRange() function
157 if (!IsWithinRange(dll_info, dll_info->record_bytes, function->function)) { in PatchDll()
169 if (!IsWithinRange(function, function->record_bytes, interceptor) || in PatchDll()
170 !IsWithinRange(dll_info, dll_info->record_bytes, interceptor)) { in PatchDll()