Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dlaunch_posix.cc313 InjectiveMultimap fd_shuffle1; in LaunchProcess() local
315 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() local
562 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 …]
/external/libchrome/libchrome_tools/patches/
Dr680000-forward-compatibility-patch-part-2.patch61 // fd_shuffle1 is mutated by this call because it cannot malloc.