Home
last modified time | relevance | path

Searched refs:target_process_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/tests/common/
Dcontroller.cc132 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()
Dcontroller.h122 HANDLE process() { return target_process_; } in process()
144 base::win::ScopedHandle target_process_; variable
/external/chromium_org/sandbox/win/src/
Dsharedmem_ipc_server.cc29 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()
Dsharedmem_ipc_server.h111 HANDLE target_process_; variable