NtOpenProcess      92 sandbox/win/src/policy_broker.cc       !INTERCEPT_NT(manager, NtOpenProcess, OPEN_PROCESS_ID, 20) ||
NtOpenProcess     108 sandbox/win/src/process_thread_dispatcher.cc         &ThreadProcessDispatcher::NtOpenProcess)
NtOpenProcess      29 sandbox/win/src/process_thread_dispatcher.h   bool NtOpenProcess(IPCInfo* ipc, DWORD desired_access, DWORD process_id);
NtOpenProcess     141 sandbox/win/src/process_thread_policy.cc   NtOpenProcessFunction NtOpenProcess = NULL;
NtOpenProcess     142 sandbox/win/src/process_thread_policy.cc   ResolveNTFunctionPtr("NtOpenProcess", &NtOpenProcess);
NtOpenProcess     153 sandbox/win/src/process_thread_policy.cc   NTSTATUS status = NtOpenProcess(&local_handle, desired_access, &attributes,