Searched refs:GetCurrentProcess (Results 76 - 100 of 168) sorted by relevance

1234567

/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc341 DWORD priority_class = ::GetPriorityClass(::GetCurrentProcess());
346 BOOL result = ::SetPriorityClass(::GetCurrentProcess(),
461 if (!::OpenProcessToken(::GetCurrentProcess(),
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.cc208 succeeded = ::FlushInstructionCache(::GetCurrentProcess(),
272 succeeded = ::FlushInstructionCache(::GetCurrentProcess(),
402 succeeded = ::FlushInstructionCache(::GetCurrentProcess(),
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.cc208 succeeded = ::FlushInstructionCache(::GetCurrentProcess(),
272 succeeded = ::FlushInstructionCache(::GetCurrentProcess(),
402 succeeded = ::FlushInstructionCache(::GetCurrentProcess(),
/external/bison/lib/
H A Dfcntl.c54 HANDLE curr_process = GetCurrentProcess ();
/external/chromium_org/base/process/
H A Dkill_win.cc238 DCHECK(process != GetCurrentProcess());
H A Dlaunch_win.cc369 SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
/external/chromium_org/base/win/
H A Dwindows_version.cc39 wow64_status_(GetWOW64StatusForProcess(GetCurrentProcess())) {
/external/chromium_org/chrome_elf/
H A Dbreakpad.cc72 if (!::OpenProcessToken(::GetCurrentProcess(), TOKEN_QUERY, &token))
/external/chromium_org/remoting/host/win/
H A Dchromoting_module.cc46 if (!OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY | TOKEN_WRITE,
H A Dworker_process_launcher_unittest.cc369 ASSERT_TRUE(DuplicateHandle(GetCurrentProcess(),
371 GetCurrentProcess(),
H A Dwts_session_process_delegate.cc515 if (!DuplicateHandle(GetCurrentProcess(),
517 GetCurrentProcess(),
/external/chromium_org/sandbox/win/src/
H A DWow64.cc101 HANDLE current_process = ::GetCurrentProcess();
H A Drestricted_token_unittest.cc27 ASSERT_TRUE(::OpenProcessToken(::GetCurrentProcess(), TOKEN_ALL_ACCESS,
66 ASSERT_TRUE(::OpenProcessToken(::GetCurrentProcess(), TOKEN_ALL_ACCESS,
299 ASSERT_TRUE(::OpenProcessToken(::GetCurrentProcess(), TOKEN_ALL_ACCESS,
478 ASSERT_TRUE(::OpenProcessToken(::GetCurrentProcess(), TOKEN_ALL_ACCESS,
H A Dfilesystem_policy.cc49 if (!::DuplicateHandle(::GetCurrentProcess(), local_handle,
356 ::GetCurrentProcess(), &local_handle, 0, FALSE,
H A Dbroker_services.cc525 if (!::DuplicateHandle(::GetCurrentProcess(), peer_process,
526 ::GetCurrentProcess(), &process_handle,
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPageAllocator.cpp74 IsWow64Process(GetCurrentProcess(), &bIsWow64);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_symbol.c132 hProcess = GetCurrentProcess();
/external/chromium_org/third_party/skia/tools/
H A Dwin_dbghelp.cpp159 bMiniDumpSuccessful = MiniDumpWriteDump(GetCurrentProcess(),
/external/chromium_org/tools/traceline/traceline/
H A Dsym_resolver.h29 SymResolver(const char* dllname, HANDLE proc = ::GetCurrentProcess()) argument
/external/deqp/framework/platform/win32/
H A DtcuWin32GLES3Platform.cpp183 SetPriorityClass(GetCurrentProcess(), BELOW_NORMAL_PRIORITY_CLASS);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_symbol.c132 hProcess = GetCurrentProcess();
/external/qemu/android/utils/
H A Dbufprint.c118 GetCurrentProcess(&psn);
/external/skia/tools/
H A Dwin_dbghelp.cpp159 bMiniDumpSuccessful = MiniDumpWriteDump(GetCurrentProcess(),
/external/chromium_org/content/renderer/pepper/
H A Dpepper_compositor_host.cc100 if (!::DuplicateHandle(::GetCurrentProcess(),
102 ::GetCurrentProcess(),
/external/chromium_org/ipc/
H A Dipc_channel_win.cc267 if (!DuplicateHandle(GetCurrentProcess(),
269 GetCurrentProcess(),

Completed in 591 milliseconds

1234567