Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java81 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand()
123 static byte[] executeCommandForBytes(String command, byte[] stdInBytes) throws AdbException { in executeCommandForBytes()
157 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand()
196 byte[] stdInBytes, in executeCommandAndValidateOutput()
258 private static void writeStdInAndClose(ParcelFileDescriptor fdIn, byte[] stdInBytes) in writeStdInAndClose()