Home
last modified time | relevance | path

Searched refs:bootstrap_look_up (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/sandbox/mac/
Dbootstrap_sandbox_unittest.mm190 kern_return_t kr = bootstrap_look_up(bootstrap_port, kTestServer,
195 kr = bootstrap_look_up(bootstrap_port, "org.chromium.some_other_server",
213 kern_return_t kr = bootstrap_look_up(bootstrap_port, kTestServer,
278 kern_return_t kr = bootstrap_look_up(bootstrap_port, kTestServer, &port);
333 EXPECT_EQ(KERN_SUCCESS, bootstrap_look_up(bp, service_name, &service_port));
399 CHECK_EQ(BOOTSTRAP_UNKNOWN_SERVICE, bootstrap_look_up(bootstrap_port,
403 CHECK_EQ(KERN_SUCCESS, bootstrap_look_up(bootstrap_port,
478 CHECK_EQ(KERN_SUCCESS, bootstrap_look_up(bootstrap_port, "sync", &port));
502 bootstrap_look_up(bootstrap_port, const_cast<char*>(name.c_str()), &tmp);
514 bootstrap_look_up(bootstrap_port, "test", &port);
Dxpc_message_server_unittest.cc173 CHECK_EQ(KERN_SUCCESS, bootstrap_look_up(bootstrap_port, kGetSenderPID,
/external/chromium_org/base/process/
Dlaunch_mac.cc36 kern_return_t kr = bootstrap_look_up(bootstrap_port, in ReplaceBootstrapPort()
/external/valgrind/main/coregrind/
Dpub_core_threadstate.h267 } bootstrap_look_up; member
/external/lldb/source/Core/
DConnectionMachPort.cpp182 kret = ::bootstrap_look_up (bootstrap_port, in BootstrapLookup()
/external/chromium_org/content/browser/
Dmach_broker_mac.mm139 kern_return_t kr = bootstrap_look_up(bootstrap_port,
142 BOOTSTRAP_LOG(ERROR, kr) << "bootstrap_look_up";
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h555 DECL_TEMPLATE(darwin, bootstrap_look_up);
Dsyswrap-darwin.c6761 POST(bootstrap_look_up) in POST() argument
6780 MACH_ARG(bootstrap_look_up.service_name)); in POST()
6785 VG_(arena_free)(VG_AR_CORE, MACH_ARG(bootstrap_look_up.service_name)); in POST()
6788 PRE(bootstrap_look_up) in PRE() argument
6802 MACH_ARG(bootstrap_look_up.service_name) = in PRE()
6806 AFTER = POST_FN(bootstrap_look_up); in PRE()
6852 CALL_PRE(bootstrap_look_up); in PRE()