Home
last modified time | relevance | path

Searched refs:mach_port_name_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/
Dplatform_handle_in_transit.h81 bool is_mach_port_name() const { return mach_port_name_ != MACH_PORT_NULL; } in is_mach_port_name()
82 mach_port_t mach_port_name() const { return mach_port_name_; } in mach_port_name()
98 mach_port_t mach_port_name_ = MACH_PORT_NULL; variable
Dplatform_handle_in_transit.cc93 mach_port_name_ = MACH_PORT_NULL; in operator =()
94 std::swap(mach_port_name_, other.mach_port_name_); in operator =()
150 handle.mach_port_name_ = name; in CreateForMachPortName()
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_server.cc60 mach_port_name_(mach_port_name) { in CrashGenerationServer()
80 MachPortSender sender(mach_port_name_.c_str()); in Stop()
Dcrash_generation_server.h138 std::string mach_port_name_; variable