Searched refs:target_process_ (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/sandbox/win/tests/common/ |
D | controller.cc | 132 if (target_process_ && kill_on_destruction_) in ~TestRunner() 133 ::TerminateProcess(target_process_, 0); in ~TestRunner() 198 if (target_process_) { in InternalRunTest() 199 if (IsProcessRunning(target_process_)) in InternalRunTest() 201 target_process_.Close(); in InternalRunTest() 238 target_process_.Set(target.hProcess); in InternalRunTest()
|
D | controller.h | 122 HANDLE process() { return target_process_; } in process() 144 base::win::ScopedHandle target_process_; variable
|
/external/chromium_org/sandbox/win/src/ |
D | sharedmem_ipc_server.cc | 29 target_process_(target_process), in SharedMemIPCServer() 120 service_context->target_info.process = target_process_; in Init() 130 target_process_, &client_control_->server_alive, in Init() 408 if (!::DuplicateHandle(::GetCurrentProcess(), *server_ping, target_process_, in MakeEvents() 413 if (!::DuplicateHandle(::GetCurrentProcess(), *server_pong, target_process_, in MakeEvents()
|
D | sharedmem_ipc_server.h | 111 HANDLE target_process_; variable
|