Home
last modified time | relevance | path

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

/external/libchrome/base/mac/
Dmach_port_broker.mm40 kern_return_t kr = bootstrap_look_up(bootstrap_port,
43 BOOTSTRAP_LOG(ERROR, kr) << "bootstrap_look_up";
/external/google-breakpad/src/client/mac/Framework/
DOnDemandServer.mm138 kr = bootstrap_look_up(bootstrap_port, (char*)service_name, &service_port_);
141 PRINT_BOOTSTRAP_RESULT(kr, "bootstrap_look_up(): ");
/external/valgrind/coregrind/
Dpub_core_threadstate.h266 } bootstrap_look_up; member
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.mm116 kr = bootstrap_look_up(bootstrap_subset_port_,
120 NSLog(@"ResetBootstrapPort: bootstrap_look_up failed: %s (%d)",
/external/libchrome/base/memory/
Dshared_memory_mac_unittest.cc96 bootstrap_look_up(bootstrap_port, service_name, &server_port); in LookupServer()
/external/google-breakpad/src/common/mac/
DMachIPC.mm272 init_result_ = bootstrap_look_up(task_bootstrap_port,
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h703 DECL_TEMPLATE(darwin, bootstrap_look_up);
Dsyswrap-darwin.c7962 POST(bootstrap_look_up) in POST() argument
7981 MACH_ARG(bootstrap_look_up.service_name)); in POST()
7986 VG_(free)(MACH_ARG(bootstrap_look_up.service_name)); in POST()
7989 PRE(bootstrap_look_up) in PRE() argument
8003 MACH_ARG(bootstrap_look_up.service_name) = in PRE()
8006 AFTER = POST_FN(bootstrap_look_up); in PRE()
8052 CALL_PRE(bootstrap_look_up); in PRE()