Searched refs:fd_shuffle1 (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/base/process/ |
D | launch_posix.cc | 288 InjectiveMultimap fd_shuffle1; in LaunchProcess() local 290 fd_shuffle1.reserve(fd_shuffle_size); in LaunchProcess() 423 fd_shuffle1.push_back(InjectionArc(value.first, value.second, false)); in LaunchProcess() 432 if (!ShuffleFileDescriptors(&fd_shuffle1)) in LaunchProcess() 526 InjectiveMultimap fd_shuffle1, fd_shuffle2; in GetAppOutputInternal() local 529 fd_shuffle1.reserve(3); in GetAppOutputInternal() 567 fd_shuffle1.push_back(InjectionArc(pipe_fd[1], STDOUT_FILENO, true)); in GetAppOutputInternal() 568 fd_shuffle1.push_back(InjectionArc(dev_null, STDERR_FILENO, true)); in GetAppOutputInternal() 569 fd_shuffle1.push_back(InjectionArc(dev_null, STDIN_FILENO, true)); in GetAppOutputInternal() 573 for (size_t i = 0; i < fd_shuffle1.size(); ++i) in GetAppOutputInternal() [all …]
|
/external/chromium_org/tools/gn/ |
D | function_exec_script.cc | 153 base::InjectiveMultimap fd_shuffle1, fd_shuffle2; in ExecProcess() local 156 fd_shuffle1.reserve(3); in ExecProcess() 181 fd_shuffle1.push_back( in ExecProcess() 183 fd_shuffle1.push_back( in ExecProcess() 185 fd_shuffle1.push_back( in ExecProcess() 190 for (size_t i = 0; i < fd_shuffle1.size(); ++i) in ExecProcess() 191 fd_shuffle2.push_back(fd_shuffle1[i]); in ExecProcess() 193 if (!ShuffleFileDescriptors(&fd_shuffle1)) in ExecProcess()
|