HomeSort by relevance Sort by last modified time
    Searched full:ntopenprocesstoken (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/sandbox/win/src/
process_thread_dispatcher.h 31 // Processes IPC requests from calls to NtOpenProcessToken() in the target.
32 bool NtOpenProcessToken(IPCInfo* ipc, HANDLE process, DWORD desired_access);
process_thread_policy.cc 170 NtOpenProcessTokenFunction NtOpenProcessToken = NULL;
171 ResolveNTFunctionPtr("NtOpenProcessToken", &NtOpenProcessToken);
177 NTSTATUS status = NtOpenProcessToken(client_info.process, desired_access,
process_thread_interception.h 61 // Interception of NtOpenProcessToken on the child process.
policy_broker.cc 93 !INTERCEPT_NT(manager, NtOpenProcessToken, OPEN_PROCESS_TOKEN_ID, 16))
process_thread_dispatcher.cc 114 &ThreadProcessDispatcher::NtOpenProcessToken)
180 bool ThreadProcessDispatcher::NtOpenProcessToken(IPCInfo* ipc, HANDLE process,
interceptors_64.h 100 // Interception of NtOpenProcessToken on the child process.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libntdll.a     [all...]
libntoskrnl.a     [all...]

Completed in 192 milliseconds