Home
last modified time | relevance | path

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

/external/chromium_org/base/test/
Dmultiprocess_test_android.cc27 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/
Dprocess_info_snapshot_mac_unittest.cc112 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()
Dshell_integration_linux.cc80 options.fds_to_remap = &no_stdin; in LaunchXdgUtility()
/external/chromium_org/remoting/host/setup/
Ddaemon_controller_delegate_linux.cc101 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/
Dlaunch_posix.cc284 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()
Dlaunch.cc24 fds_to_remap(NULL), in LaunchOptions()
Dprocess_util_unittest.cc575 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()
Dlaunch.h104 const FileHandleMappingVector* fds_to_remap; member
/external/chromium_org/sandbox/linux/suid/client/
Dsetuid_sandbox_client.cc293 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()
Dsetuid_sandbox_client.h88 base::FileHandleMappingVector* fds_to_remap,
/external/chromium_org/mojo/common/test/
Dmultiprocess_test_helper.cc44 options.fds_to_remap = &handle_passing_info; in StartChild()
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dnative_process_launcher_posix.cc77 options.fds_to_remap = &fd_map; in LaunchNativeProcess()
/external/chromium_org/mojo/shell/
Dchild_process_host.cc90 options.fds_to_remap = &handle_passing_info; in DoLaunch()
/external/chromium_org/net/test/spawned_test_server/
Dlocal_test_server_posix.cc141 options.fds_to_remap = &map_write_fd; in LaunchPython()
/external/chromium_org/chrome/utility/image_writer/
Dimage_writer_mac.cc93 options.fds_to_remap = &fd_map; in OpenDevice()
/external/chromium_org/ipc/
Dipc_test_base.cc127 options.fds_to_remap = &fds_to_map; in StartClientWithFD()
/external/chromium_org/chromeos/process_proxy/
Dprocess_proxy.cc231 options.fds_to_remap = &fds_mapping; in LaunchProcess()
/external/chromium_org/chrome/browser/mac/
Drelauncher.cc151 options.fds_to_remap = &fd_map; in RelaunchAppWithHelper()
/external/chromium_org/chrome/utility/importer/
Dfirefox_importer_unittest_utils_mac.cc58 options.fds_to_remap = &fds_to_map; in LaunchNSSDecrypterChildProcess()
/external/chromium_org/components/nacl/zygote/
Dnacl_fork_delegate_linux.cc249 options.fds_to_remap = &fds_to_map; in Init()
/external/chromium_org/content/browser/
Dchild_process_launcher.cc271 options.fds_to_remap = &fds_to_map; in LaunchInternal()
/external/chromium_org/content/browser/zygote_host/
Dzygote_host_impl_linux.cc162 options.fds_to_remap = &fds_to_map; in Init()
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_proxy_process_browsertest.cc456 options.fds_to_remap = &ipc_file_list; in Launch()
/external/chromium_org/chrome/test/chromedriver/
Dchrome_launcher.cc319 options.fds_to_remap = &no_stderr; in LaunchDesktopChrome()
/external/chromium_org/base/test/launcher/
Dtest_launcher.cc398 options.fds_to_remap = &fds_mapping; in DoLaunchChildTestProcess()