HomeSort by relevance Sort by last modified time
    Searched refs:sandbox_port_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/mac/
launchd_interception_server.cc 23 sandbox_port_(MACH_PORT_NULL),
41 sandbox_port_.reset(port);
42 if ((kr = mach_port_insert_right(task, sandbox_port_, sandbox_port_,
47 sandbox_send_port_.reset(sandbox_port_);
113 // with a sandboxed port in its stead. Use either the dummy sandbox_port_
120 result_port = sandbox_port_.get();
launchd_interception_server.h 66 base::mac::ScopedMachReceiveRight sandbox_port_; member in class:sandbox::LaunchdInterceptionServer
67 // The send right for the above |sandbox_port_|, used with

Completed in 529 milliseconds