Searched defs:child_reader (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil++/
H A Dchild_reader.cpp2 * @file child_reader.cpp
23 #include "child_reader.h"
27 child_reader::child_reader(string const & cmd, vector<string> const & args) function in class:child_reader
45 child_reader::~child_reader()
56 void child_reader::exec_command(string const & cmd, vector<string> const & args)
122 bool child_reader::block_read()
162 bool child_reader::getline(string & result)
205 bool child_reader
[all...]
H A Dchild_reader.h2 * @file child_reader.h
39 class child_reader { class
43 child_reader(std::string const & cmd,
49 ~child_reader();
53 * child_reader reader(...);

Completed in 269 milliseconds