Searched defs:InjectionArc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.h17 // 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 { struct in namespace:base
58 InjectionArc(int in_source, int in_dest, bool in_close) function in struct:base::InjectionArc
70 typedef std::vector<InjectionArc> InjectiveMultimap;

Completed in 154 milliseconds