Searched refs:fds_to_remap (Results 1 – 4 of 4) sorted by relevance
37 if (options.fds_to_remap) { in SpawnMultiProcessTestChild()38 for (auto& iter : *options.fds_to_remap) { in SpawnMultiProcessTestChild()
311 if (options.fds_to_remap) { in LaunchProcess()312 fd_shuffle_size = options.fds_to_remap->size(); in LaunchProcess()458 if (options.fds_to_remap) { in LaunchProcess()460 for (size_t i = 0; i < options.fds_to_remap->size(); ++i) { in LaunchProcess()462 (*options.fds_to_remap)[i]; in LaunchProcess()
129 const FileHandleMappingVector* fds_to_remap = nullptr; member
128 options.fds_to_remap = &handle_passing_info; in StartChildWithExtraSwitch()