HomeSort by relevance Sort by last modified time
    Searched refs:PipeMap (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/
process.cc 131 PipeMap::iterator i = pipe_map_.find(child_fd);
144 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) {
153 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) {
197 // Ignore file descriptors used by the PipeMap, they will be handled
243 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) {
255 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) {
395 for (PipeMap::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i)
process.h 200 typedef std::map<int, PipeInfo> PipeMap;
219 PipeMap pipe_map_;

Completed in 95 milliseconds