Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/tools/finder/
Dfinder_kernel.cc223 NTGENERICOPEN func_to_call, in NtGenericOpen() argument
225 return func_to_call(handle, desired_access, object_attributes); in NtGenericOpen()
229 NTGENERICOPEN * func_to_call) { in GetFunctionForType() argument
243 *func_to_call = func; in GetFunctionForType()
Dfinder.h112 bool GetFunctionForType(ATL::CString type, NTGENERICOPEN * func_to_call);
125 NTGENERICOPEN func_to_call,