OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NtOpenProcess
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
process_thread_dispatcher.h
28
// Processes IPC requests coming from calls to
NtOpenProcess
() in the target.
29
bool
NtOpenProcess
(IPCInfo* ipc, DWORD desired_access, DWORD process_id);
policy_broker.cc
92
!INTERCEPT_NT(manager,
NtOpenProcess
, OPEN_PROCESS_ID, 20) ||
process_thread_policy.cc
141
NtOpenProcessFunction
NtOpenProcess
= NULL;
142
ResolveNTFunctionPtr("
NtOpenProcess
", &
NtOpenProcess
);
153
NTSTATUS status =
NtOpenProcess
(&local_handle, desired_access, &attributes,
process_thread_dispatcher.cc
108
&ThreadProcessDispatcher::
NtOpenProcess
)
169
bool ThreadProcessDispatcher::
NtOpenProcess
(IPCInfo* ipc, DWORD desired_access,
Completed in 158 milliseconds