Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/win/
H A Diat_patch_function.cc155 DWORD RestoreImportedFunction(void* intercept_function, in RestoreImportedFunction() argument
158 if (!intercept_function || !original_function || !iat_thunk) { in RestoreImportedFunction()
163 if (GetIATFunction(iat_thunk) != intercept_function) { in RestoreImportedFunction()