Home
last modified time | relevance | path

Searched refs:handles_to_inherit (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/test/launcher/
Dtest_launcher.h137 base::HandlesToInheritVector handles_to_inherit; member
Dtest_launcher.cc445 options.handles_to_inherit = test_launch_options.handles_to_inherit; in DoLaunchChildTestProcess()
457 options.handles_to_inherit.push_back(handle); in DoLaunchChildTestProcess()
/external/libchrome/base/process/
Dlaunch.h118 HandlesToInheritVector handles_to_inherit; member
Dprocess_util_unittest.cc786 options.handles_to_inherit.emplace_back(event.handle()); in TEST_F()
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc215 PrepareToPassRemoteEndpoint(&options->handles_to_inherit, command_line); in PrepareToPassRemoteEndpoint()
/external/libchrome/mojo/core/
Dinvitation_unittest.cc84 channel->PrepareToPassRemoteEndpoint(&options->handles_to_inherit, &value);
/external/libchrome/base/files/
Dfile_util_unittest.cc3079 options.handles_to_inherit.push_back(sync_event.Get()); in TEST_F()