HomeSort by relevance Sort by last modified time
    Searched refs:InjectionArc (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/posix/
file_descriptor_shuffle_unittest.cc 78 map.push_back(InjectionArc(0, 0, false));
87 map.push_back(InjectionArc(0, 0, true));
96 map.push_back(InjectionArc(0, 1, false));
106 map.push_back(InjectionArc(0, 1, false));
107 map.push_back(InjectionArc(2, 3, false));
118 map.push_back(InjectionArc(0, 1, true));
129 map.push_back(InjectionArc(10, 0, true));
130 map.push_back(InjectionArc(1, 1, true));
141 map.push_back(InjectionArc(0, 1, false));
142 map.push_back(InjectionArc(1, 0, false))
    [all...]
file_descriptor_shuffle.h 17 // file_descriptor_map.push_back(base::InjectionArc(devnull, 0, true));
18 // file_descriptor_map.push_back(base::InjectionArc(devnull, 2, true));
19 // file_descriptor_map.push_back(base::InjectionArc(pipe[1], 1, true));
57 struct InjectionArc {
58 InjectionArc(int in_source, int in_dest, bool in_close)
70 typedef std::vector<InjectionArc> InjectiveMultimap;
  /external/libchrome/base/process/
launch_posix.cc 463 fd_shuffle1.push_back(InjectionArc(value.first, value.second, false));
464 fd_shuffle2.push_back(InjectionArc(value.first, value.second, false));
594 fd_shuffle1.push_back(InjectionArc(pipe_fd[1], STDOUT_FILENO, true));
595 fd_shuffle1.push_back(InjectionArc(
598 fd_shuffle1.push_back(InjectionArc(dev_null, STDIN_FILENO, true));

Completed in 538 milliseconds