/external/chromium_org/base/test/ |
D | multiprocess_test_android.cc | 27 const FileHandleMappingVector* fds_to_remap = in SpawnMultiProcessTestChild() local 28 options.fds_to_remap ? options.fds_to_remap : ∅ in SpawnMultiProcessTestChild() 42 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin(); in SpawnMultiProcessTestChild() 43 it != fds_to_remap->end(); ++it) { in SpawnMultiProcessTestChild() 54 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin(); in SpawnMultiProcessTestChild() 55 it != fds_to_remap->end(); ++it) { in SpawnMultiProcessTestChild()
|
/external/chromium_org/chrome/browser/ |
D | process_info_snapshot_mac_unittest.cc | 112 base::FileHandleMappingVector fds_to_remap; in TEST_F() local 113 fds_to_remap.push_back(std::make_pair(fds[1], 1)); in TEST_F() 116 fds_to_remap.push_back(std::make_pair(fileno(stderr), 2)); in TEST_F() 125 options.fds_to_remap = &fds_to_remap; in TEST_F()
|
D | shell_integration_linux.cc | 80 options.fds_to_remap = &no_stdin; in LaunchXdgUtility()
|
/external/chromium_org/remoting/host/setup/ |
D | daemon_controller_delegate_linux.cc | 101 base::FileHandleMappingVector fds_to_remap; in RunHostScriptWithTimeout() local 102 fds_to_remap.push_back(std::pair<int, int>(STDERR_FILENO, STDOUT_FILENO)); in RunHostScriptWithTimeout() 104 options.fds_to_remap = &fds_to_remap; in RunHostScriptWithTimeout()
|
/external/chromium_org/base/process/ |
D | launch_posix.cc | 284 if (options.fds_to_remap) { in LaunchProcess() 285 fd_shuffle_size = options.fds_to_remap->size(); in LaunchProcess() 418 if (options.fds_to_remap) { in LaunchProcess() 420 for (size_t i = 0; i < options.fds_to_remap->size(); ++i) { in LaunchProcess() 422 (*options.fds_to_remap)[i]; in LaunchProcess()
|
D | launch.cc | 24 fds_to_remap(NULL), in LaunchOptions()
|
D | process_util_unittest.cc | 575 options.fds_to_remap = &fd_mapping_vec; in CountOpenFDsInChild() 637 base::FileHandleMappingVector fds_to_remap; in TestLaunchProcess() local 642 fds_to_remap.push_back(std::make_pair(fds[1], 1)); in TestLaunchProcess() 647 options.fds_to_remap = &fds_to_remap; in TestLaunchProcess()
|
D | launch.h | 104 const FileHandleMappingVector* fds_to_remap; member
|
/external/chromium_org/sandbox/linux/suid/client/ |
D | setuid_sandbox_client.cc | 293 base::FileHandleMappingVector* fds_to_remap, in SetupLaunchOptions() argument 296 DCHECK(fds_to_remap); in SetupLaunchOptions() 311 fds_to_remap->push_back(std::make_pair(dummy_fd->get(), kZygoteIdFd)); in SetupLaunchOptions()
|
D | setuid_sandbox_client.h | 88 base::FileHandleMappingVector* fds_to_remap,
|
/external/chromium_org/mojo/common/test/ |
D | multiprocess_test_helper.cc | 44 options.fds_to_remap = &handle_passing_info; in StartChild()
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | native_process_launcher_posix.cc | 77 options.fds_to_remap = &fd_map; in LaunchNativeProcess()
|
/external/chromium_org/mojo/shell/ |
D | child_process_host.cc | 90 options.fds_to_remap = &handle_passing_info; in DoLaunch()
|
/external/chromium_org/net/test/spawned_test_server/ |
D | local_test_server_posix.cc | 141 options.fds_to_remap = &map_write_fd; in LaunchPython()
|
/external/chromium_org/chrome/utility/image_writer/ |
D | image_writer_mac.cc | 93 options.fds_to_remap = &fd_map; in OpenDevice()
|
/external/chromium_org/ipc/ |
D | ipc_test_base.cc | 127 options.fds_to_remap = &fds_to_map; in StartClientWithFD()
|
/external/chromium_org/chromeos/process_proxy/ |
D | process_proxy.cc | 231 options.fds_to_remap = &fds_mapping; in LaunchProcess()
|
/external/chromium_org/chrome/browser/mac/ |
D | relauncher.cc | 151 options.fds_to_remap = &fd_map; in RelaunchAppWithHelper()
|
/external/chromium_org/chrome/utility/importer/ |
D | firefox_importer_unittest_utils_mac.cc | 58 options.fds_to_remap = &fds_to_map; in LaunchNSSDecrypterChildProcess()
|
/external/chromium_org/components/nacl/zygote/ |
D | nacl_fork_delegate_linux.cc | 249 options.fds_to_remap = &fds_to_map; in Init()
|
/external/chromium_org/content/browser/ |
D | child_process_launcher.cc | 271 options.fds_to_remap = &fds_to_map; in LaunchInternal()
|
/external/chromium_org/content/browser/zygote_host/ |
D | zygote_host_impl_linux.cc | 162 options.fds_to_remap = &fds_to_map; in Init()
|
/external/chromium_org/chrome/browser/printing/cloud_print/test/ |
D | cloud_print_proxy_process_browsertest.cc | 456 options.fds_to_remap = &ipc_file_list; in Launch()
|
/external/chromium_org/chrome/test/chromedriver/ |
D | chrome_launcher.cc | 319 options.fds_to_remap = &no_stderr; in LaunchDesktopChrome()
|
/external/chromium_org/base/test/launcher/ |
D | test_launcher.cc | 398 options.fds_to_remap = &fds_mapping; in DoLaunchChildTestProcess()
|