Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dprocess.cc129 PipeMap::iterator i = pipe_map_.find(child_fd); in GetPipe()
142 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) { in PopulatePipeMap()
151 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) { in PopulatePipeMap()
240 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) { in Start()
247 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) { in Start()
300 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) { in Start()
386 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) in Reset()
Dprocess.h200 typedef std::map<int, PipeInfo> PipeMap; typedef
219 PipeMap pipe_map_;