OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_process
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
handle_policy.cc
81
HANDLE
target_process
= remote_target_process.IsValid() ?
local
84
if (!::DuplicateHandle(client_info.process, source_handle,
target_process
,
/external/chromium_org/content/common/
sandbox_win.cc
732
base::win::ScopedHandle
target_process
;
local
733
target_process
.Set(::OpenProcess(PROCESS_DUP_HANDLE, FALSE,
735
if (
target_process
.IsValid()) {
737
target_process
, target_handle,
Completed in 45 milliseconds