OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:launch_tail
(Results
1 - 1
of
1
) sorted by null
/external/autotest/client/bin/
autotestd_monitor
21
def
launch_tail
(filename, outstream, start):
function
29
stdout_pump =
launch_tail
('stdout', sys.stdout, stdout_start)
30
stderr_pump =
launch_tail
('stderr', sys.stderr, stderr_start)
Completed in 560 milliseconds