Home
last modified time | relevance | path

Searched defs:PipeInfo (Results 1 – 1 of 1) sorted by relevance

/external/libbrillo/brillo/
Dprocess.h189 struct PipeInfo { struct
190 PipeInfo() : parent_fd_(-1), child_fd_(-1), is_input_(false) {} in PipeInfo() function
200 typedef std::map<int, PipeInfo> PipeMap; argument