Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/
DLogcat.java74 try (ShellCommandUtils.StreamingShellOutput sso = dump()){ in dump()
94 public ShellCommandUtils.StreamingShellOutput dump() { in dump()
129 try (ShellCommandUtils.StreamingShellOutput sso = dump()){ in findSystemServerExceptions()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java107 public static StreamingShellOutput executeCommandForStream(String command, byte[] stdInBytes) in executeCommandForStream()
121 return new StreamingShellOutput(fis, reader.lines()); in executeCommandForStream()
440 public static final class StreamingShellOutput implements AutoCloseable { class in ShellCommandUtils
445 StreamingShellOutput(FileInputStream fileInputStream, Stream<String> stream) { in StreamingShellOutput() method in ShellCommandUtils.StreamingShellOutput