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

  /external/chromium_org/sandbox/mac/
launchd_interception_server.cc 20 LaunchdInterceptionServer::LaunchdInterceptionServer(
27 LaunchdInterceptionServer::~LaunchdInterceptionServer() {
30 bool LaunchdInterceptionServer::Initialize(mach_port_t server_receive_right) {
54 void LaunchdInterceptionServer::DemuxMessage(mach_msg_header_t* request,
83 void LaunchdInterceptionServer::HandleLookUp(
136 void LaunchdInterceptionServer::HandleSwapInteger(mach_msg_header_t* request,
149 void LaunchdInterceptionServer::ForwardMessage(mach_msg_header_t* request) {
launchd_interception_server.h 26 class LaunchdInterceptionServer : public MessageDemuxer {
28 explicit LaunchdInterceptionServer(const BootstrapSandbox* sandbox);
29 virtual ~LaunchdInterceptionServer();
bootstrap_sandbox.h 22 class LaunchdInterceptionServer;
89 scoped_ptr<LaunchdInterceptionServer> server_;
bootstrap_sandbox.cc 24 sandbox->server_.reset(new LaunchdInterceptionServer(sandbox.get()));

Completed in 43 milliseconds