Searched refs:fd_shuffle1 (Results 1 – 2 of 2) sorted by relevance
313 InjectiveMultimap fd_shuffle1; in LaunchProcess() local315 fd_shuffle1.reserve(options.fds_to_remap.size()); in LaunchProcess()465 fd_shuffle1.push_back(InjectionArc(value.first, value.second, false)); in LaunchProcess()473 if (!ShuffleFileDescriptors(&fd_shuffle1)) in LaunchProcess()560 InjectiveMultimap fd_shuffle1; in GetAppOutputInternal() local562 fd_shuffle1.reserve(3); in GetAppOutputInternal()600 fd_shuffle1.push_back(InjectionArc(pipe_fd[1], STDOUT_FILENO, true)); in GetAppOutputInternal()601 fd_shuffle1.push_back(InjectionArc(include_stderr ? pipe_fd[1] : dev_null, in GetAppOutputInternal()603 fd_shuffle1.push_back(InjectionArc(dev_null, STDIN_FILENO, true)); in GetAppOutputInternal()607 for (size_t i = 0; i < fd_shuffle1.size(); ++i) in GetAppOutputInternal()[all …]
61 // fd_shuffle1 is mutated by this call because it cannot malloc.