Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dmultiprocess_test_android.cc319 if (options.fds_to_remap) { in StartChildTestHelper()
320 for (auto p : *options.fds_to_remap) { in StartChildTestHelper()
324 request.num_fds = options.fds_to_remap->size(); in StartChildTestHelper()
407 const FileHandleMappingVector* fds_to_remap = in SpawnMultiProcessTestChild() local
408 options.fds_to_remap ? options.fds_to_remap : ∅ in SpawnMultiProcessTestChild()
422 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin(); in SpawnMultiProcessTestChild()
423 it != fds_to_remap->end(); ++it) { in SpawnMultiProcessTestChild()
434 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin(); in SpawnMultiProcessTestChild()
435 it != fds_to_remap->end(); ++it) { in SpawnMultiProcessTestChild()
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox_unittest.cc54 base::FileHandleMappingVector fds_to_remap = { in TestProcWithOptions() local
59 launch_options.fds_to_remap = &fds_to_remap; in TestProcWithOptions()
126 base::FileHandleMappingVector fds_to_remap = { in MULTIPROCESS_TEST_MAIN() local
131 launch_options.fds_to_remap = &fds_to_remap; in MULTIPROCESS_TEST_MAIN()
/external/libchrome/base/process/
Dlaunch_posix.cc300 if (options.fds_to_remap) { in LaunchProcess()
301 fd_shuffle_size = options.fds_to_remap->size(); in LaunchProcess()
447 if (options.fds_to_remap) { in LaunchProcess()
449 for (size_t i = 0; i < options.fds_to_remap->size(); ++i) { in LaunchProcess()
451 (*options.fds_to_remap)[i]; in LaunchProcess()
Dlaunch.cc25 fds_to_remap(NULL), in LaunchOptions()
Dlaunch.h129 const FileHandleMappingVector* fds_to_remap; member
/external/libmojo/mojo/edk/test/
Dmultiprocess_test_helper.cc108 options.fds_to_remap = &handle_passing_info; in StartChildWithExtraSwitch()