HomeSort by relevance Sort by last modified time
    Searched defs:NtOpenProcess (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
process_thread_dispatcher.cc 108 &ThreadProcessDispatcher::NtOpenProcess)
169 bool ThreadProcessDispatcher::NtOpenProcess(IPCInfo* ipc, DWORD desired_access,
process_thread_policy.cc 141 NtOpenProcessFunction NtOpenProcess = NULL;
142 ResolveNTFunctionPtr("NtOpenProcess", &NtOpenProcess);
153 NTSTATUS status = NtOpenProcess(&local_handle, desired_access, &attributes,

Completed in 172 milliseconds