Home
last modified time | relevance | path

Searched refs:named_channel_options (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc85 NamedPlatformChannel::Options named_channel_options; local
88 &named_channel_options.socket_dir));
90 NamedPlatformChannel named_channel(named_channel_options);
/external/libchrome/mojo/core/
Dinvitation_unittest.cc314 NamedPlatformChannel::Options named_channel_options; in LaunchChildTestClient()
317 &named_channel_options.socket_dir)); in LaunchChildTestClient()
319 named_channel.emplace(named_channel_options); in LaunchChildTestClient()