OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:child_reader
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libutil++/
child_reader.cpp
2
* @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
::get_data(ostream & out, ostream & err
[
all
...]
child_reader.h
2
* @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 178 milliseconds