Searched refs:fds_to_remap (Results 1 – 5 of 5) sorted by relevance
28 const FileHandleMappingVector* fds_to_remap = in SpawnMultiProcessTestChild() local29 options.fds_to_remap ? options.fds_to_remap : ∅ in SpawnMultiProcessTestChild()43 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin(); in SpawnMultiProcessTestChild()44 it != fds_to_remap->end(); ++it) { in SpawnMultiProcessTestChild()55 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin(); in SpawnMultiProcessTestChild()56 it != fds_to_remap->end(); ++it) { in SpawnMultiProcessTestChild()
55 base::FileHandleMappingVector fds_to_remap = { in TestProcWithOptions() local60 launch_options.fds_to_remap = &fds_to_remap; in TestProcWithOptions()127 base::FileHandleMappingVector fds_to_remap = { in MULTIPROCESS_TEST_MAIN() local132 launch_options.fds_to_remap = &fds_to_remap; in MULTIPROCESS_TEST_MAIN()
295 if (options.fds_to_remap) { in LaunchProcess()296 fd_shuffle_size = options.fds_to_remap->size(); in LaunchProcess()442 if (options.fds_to_remap) { in LaunchProcess()444 for (size_t i = 0; i < options.fds_to_remap->size(); ++i) { in LaunchProcess()446 (*options.fds_to_remap)[i]; in LaunchProcess()
25 fds_to_remap(NULL), in LaunchOptions()
125 const FileHandleMappingVector* fds_to_remap; member