HomeSort by relevance Sort by last modified time
    Searched refs:ProcessPipeOutputStream (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/lang/
UNIXProcess.java 160 new ProcessPipeOutputStream(fds[0]);
190 if (stdin instanceof ProcessPipeOutputStream)
191 ((ProcessPipeOutputStream) stdin).processExited();
312 static class ProcessPipeOutputStream extends BufferedOutputStream {
313 ProcessPipeOutputStream(int fd) {
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 61 milliseconds