Home
last modified time | relevance | path

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

/external/libchrome/base/test/launcher/
Dtest_launcher.cc427 const TestLauncher::LaunchOptions& test_launch_options, in DoLaunchChildTestProcess() argument
444 options.inherit_mode = test_launch_options.inherit_mode; in DoLaunchChildTestProcess()
445 options.handles_to_inherit = test_launch_options.handles_to_inherit; in DoLaunchChildTestProcess()
463 options.fds_to_remap = test_launch_options.fds_to_remap; in DoLaunchChildTestProcess()
484 command_line, options, test_launch_options.flags, timeout, observer.get(), in DoLaunchChildTestProcess()