Home
last modified time | relevance | path

Searched refs:fd_shuffle1 (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/process/
Dlaunch_posix.cc315 InjectiveMultimap fd_shuffle1; in LaunchProcess() local
317 fd_shuffle1.reserve(fd_shuffle_size); in LaunchProcess()
463 fd_shuffle1.push_back(InjectionArc(value.first, value.second, false)); in LaunchProcess()
472 if (!ShuffleFileDescriptors(&fd_shuffle1)) in LaunchProcess()
558 InjectiveMultimap fd_shuffle1, fd_shuffle2; in GetAppOutputInternal() local
561 fd_shuffle1.reserve(3); in GetAppOutputInternal()
594 fd_shuffle1.push_back(InjectionArc(pipe_fd[1], STDOUT_FILENO, true)); in GetAppOutputInternal()
595 fd_shuffle1.push_back(InjectionArc( in GetAppOutputInternal()
598 fd_shuffle1.push_back(InjectionArc(dev_null, STDIN_FILENO, true)); in GetAppOutputInternal()
602 for (size_t i = 0; i < fd_shuffle1.size(); ++i) in GetAppOutputInternal()
[all …]