Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dinterception_agent.h69 bool PatchDll(const DllPatchInfo* dll_info, DllInterceptionData* thunks);
Dinterception_agent.cc123 VERIFY(PatchDll(dll_info, dlls_[i])); in OnDllLoad()
148 bool InterceptionAgent::PatchDll(const DllPatchInfo* dll_info, in PatchDll() function in sandbox::InterceptionAgent