OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PipeMap
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/
process.cc
129
PipeMap
::iterator i = pipe_map_.find(child_fd);
142
for (
PipeMap
::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) {
151
for (
PipeMap
::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) {
195
// Ignore file descriptors used by the
PipeMap
, they will be handled
240
for (
PipeMap
::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) {
247
for (
PipeMap
::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) {
300
for (
PipeMap
::iterator i = pipe_map_.begin(); i != pipe_map_.end(); ++i) {
386
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 190 milliseconds