Searched refs:PatchDll (Results 1 – 2 of 2) sorted by relevance
69 bool PatchDll(const DllPatchInfo* dll_info, DllInterceptionData* thunks);
123 VERIFY(PatchDll(dll_info, dlls_[i])); in OnDllLoad()148 bool InterceptionAgent::PatchDll(const DllPatchInfo* dll_info, in PatchDll() function in sandbox::InterceptionAgent