Home
last modified time | relevance | path

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

/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc78 map.push_back(InjectionArc(0, 0, false)); in TEST()
87 map.push_back(InjectionArc(0, 0, true)); in TEST()
96 map.push_back(InjectionArc(0, 1, false)); in TEST()
106 map.push_back(InjectionArc(0, 1, false)); in TEST()
107 map.push_back(InjectionArc(2, 3, false)); in TEST()
118 map.push_back(InjectionArc(0, 1, true)); in TEST()
129 map.push_back(InjectionArc(10, 0, true)); in TEST()
130 map.push_back(InjectionArc(1, 1, true)); in TEST()
141 map.push_back(InjectionArc(0, 1, false)); in TEST()
142 map.push_back(InjectionArc(1, 0, false)); in TEST()
[all …]
Dfile_descriptor_shuffle.h57 struct InjectionArc { struct
58 InjectionArc(int in_source, int in_dest, bool in_close) in InjectionArc() function
70 typedef std::vector<InjectionArc> InjectiveMultimap; argument
/external/libchrome/base/process/
Dlaunch_posix.cc465 fd_shuffle1.push_back(InjectionArc(value.first, value.second, false)); in LaunchProcess()
466 fd_shuffle2.push_back(InjectionArc(value.first, value.second, false)); in LaunchProcess()
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()