OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:local_interceptor
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/win/src/
interception.cc
473
HMODULE
local_interceptor
= ::LoadLibrary(child_->Name());
local
508
NTSTATUS ret = thunk->ResolveInterceptor(
local_interceptor
,
517
reinterpret_cast<char*>(
local_interceptor
));
541
if (NULL !=
local_interceptor
)
542
::FreeLibrary(
local_interceptor
);
Completed in 62 milliseconds