Home
last modified time | relevance | path

Searched refs:OutputReader (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DKatiCommandImpl.java33 class OutputReader implements Runnable { class in KatiCommandImpl
37 OutputReader(InputStream stream, StringBuilder output) { in OutputReader() method in KatiCommandImpl.OutputReader
94 final Thread stdoutThread = new Thread(new OutputReader(process.getInputStream(), stdout), in run()
99 final Thread stderrThread = new Thread(new OutputReader(process.getErrorStream(), stderr), in run()