Home
last modified time | relevance | path

Searched refs:sandbox_port_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/mac/
Dlaunchd_interception_server.cc24 sandbox_port_(MACH_PORT_NULL), in LaunchdInterceptionServer()
42 sandbox_port_.reset(port); in Initialize()
43 if ((kr = mach_port_insert_right(task, sandbox_port_, sandbox_port_, in Initialize()
48 sandbox_send_port_.reset(sandbox_port_); in Initialize()
120 result_port = sandbox_port_.get(); in HandleLookUp()
Dlaunchd_interception_server.h61 base::mac::ScopedMachReceiveRight sandbox_port_; variable