Searched refs:sandbox_port_ (Results 1 – 2 of 2) sorted by relevance
24 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()
61 base::mac::ScopedMachReceiveRight sandbox_port_; variable