Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java440 public static final class StreamingShellOutput implements AutoCloseable { class in ShellCommandUtils
445 StreamingShellOutput(FileInputStream fileInputStream, Stream<String> stream) { in StreamingShellOutput() method in ShellCommandUtils.StreamingShellOutput