Home
last modified time | relevance | path

Searched refs:is_input_ (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/
Dprocess.h197 PipeInfo() : parent_fd_(-1), child_fd_(-1), is_input_(false) {} in PipeInfo()
203 bool is_input_; member
Dprocess.cc79 info.is_input_ = is_input; in RedirectUsingPipe()
156 if (i->second.is_input_) { in PopulatePipeMap()