Searched refs:fds_to_remap (Results 1 – 6 of 6) sorted by relevance
319 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() local408 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()
54 base::FileHandleMappingVector fds_to_remap = { in TestProcWithOptions() local59 launch_options.fds_to_remap = &fds_to_remap; in TestProcWithOptions()126 base::FileHandleMappingVector fds_to_remap = { in MULTIPROCESS_TEST_MAIN() local131 launch_options.fds_to_remap = &fds_to_remap; in MULTIPROCESS_TEST_MAIN()
300 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()
25 fds_to_remap(NULL), in LaunchOptions()
129 const FileHandleMappingVector* fds_to_remap; member
108 options.fds_to_remap = &handle_passing_info; in StartChildWithExtraSwitch()