OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_process
(Results
1 - 10
of
10
) 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
,
named_pipe_policy.cc
16
// Creates a named pipe and duplicates the handle to '
target_process
'. The
18
HANDLE CreateNamedPipeHelper(HANDLE
target_process
, LPCWSTR pipe_name,
32
target_process
, &new_pipe,
sharedmem_ipc_server.h
39
//
target_process
: handle to the target process. It must be suspended.
44
SharedMemIPCServer(HANDLE
target_process
, DWORD target_process_id,
registry_policy.cc
61
HANDLE
target_process
) {
79
target_process
, target_key_handle, 0, FALSE,
89
HANDLE
target_process
) {
106
target_process
, target_key_handle, 0, FALSE,
process_thread_policy.cc
35
// Creates a child process and duplicates the handles to '
target_process
'. The
37
BOOL CreateProcessExWHelper(HANDLE
target_process
, BOOL give_full_access,
59
target_process
, &lpProcessInformation->hProcess,
65
target_process
, &lpProcessInformation->hThread,
filesystem_policy.cc
30
HANDLE
target_process
) {
50
target_process
, target_file_handle, 0, FALSE,
sharedmem_ipc_server.cc
17
SharedMemIPCServer::SharedMemIPCServer(HANDLE
target_process
,
24
target_process_(
target_process
),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py
230
def duplicate(handle,
target_process
=None, inheritable=False):
231
if
target_process
is None:
232
target_process
= _subprocess.GetCurrentProcess()
234
_subprocess.GetCurrentProcess(), handle,
target_process
,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py
230
def duplicate(handle,
target_process
=None, inheritable=False):
231
if
target_process
is None:
232
target_process
= _subprocess.GetCurrentProcess()
234
_subprocess.GetCurrentProcess(), 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 419 milliseconds