Lines Matching refs:fd_shuffle1
510 InjectiveMultimap fd_shuffle1, fd_shuffle2; in LaunchAppImpl() local
511 fd_shuffle1.reserve(fds_to_remap.size()); in LaunchAppImpl()
586 fd_shuffle1.push_back(InjectionArc(it->first, it->second, false)); in LaunchAppImpl()
593 if (!ShuffleFileDescriptors(&fd_shuffle1)) in LaunchAppImpl()
884 InjectiveMultimap fd_shuffle1, fd_shuffle2; in GetAppOutputInternal() local
888 fd_shuffle1.reserve(3); in GetAppOutputInternal()
924 fd_shuffle1.push_back(InjectionArc(pipe_fd[1], STDOUT_FILENO, true)); in GetAppOutputInternal()
925 fd_shuffle1.push_back(InjectionArc(dev_null, STDERR_FILENO, true)); in GetAppOutputInternal()
926 fd_shuffle1.push_back(InjectionArc(dev_null, STDIN_FILENO, true)); in GetAppOutputInternal()
930 std::copy(fd_shuffle1.begin(), fd_shuffle1.end(), in GetAppOutputInternal()
933 if (!ShuffleFileDescriptors(&fd_shuffle1)) in GetAppOutputInternal()