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

/external/chromium/base/
H A Dfile_descriptor_shuffle.h18 // file_descriptor_map.push_back(base::InjectionArc(devnull, 0, true));
19 // file_descriptor_map.push_back(base::InjectionArc(devnull, 2, true));
20 // file_descriptor_map.push_back(base::InjectionArc(pipe[1], 1, true));
55 struct InjectionArc { struct in namespace:base
56 InjectionArc(int in_source, int in_dest, bool in_close) function in struct:base::InjectionArc
68 typedef std::vector<InjectionArc> InjectiveMultimap;

Completed in 50 milliseconds