OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProcessOutputWatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/process_proxy/
process_output_watcher.cc
39
ProcessOutputWatcher
::
ProcessOutputWatcher
(int out_fd, int stop_fd,
51
void
ProcessOutputWatcher
::Start() {
56
ProcessOutputWatcher
::~
ProcessOutputWatcher
() {
61
void
ProcessOutputWatcher
::WatchProcessOutput() {
87
void
ProcessOutputWatcher
::VerifyFileDescriptor(int fd) {
92
void
ProcessOutputWatcher
::ReadFromFd(ProcessOutputType type, int* fd) {
116
void
ProcessOutputWatcher
::OnStop() {
process_output_watcher.h
32
class CHROMEOS_EXPORT
ProcessOutputWatcher
{
34
ProcessOutputWatcher
(int out_fd, int stop_fd,
42
~
ProcessOutputWatcher
();
68
DISALLOW_COPY_AND_ASSIGN(
ProcessOutputWatcher
);
Completed in 101 milliseconds