Searched refs:stdInBytes (Results 1 – 2 of 2) sorted by relevance
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
D | ShellCommandUtils.java | 107 public static StreamingShellOutput executeCommandForStream(String command, byte[] stdInBytes) in executeCommandForStream() argument 115 writeStdInAndClose(fdIn, stdInBytes); in executeCommandForStream() 127 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand() argument 129 logCommand(command, allowEmptyOutput, stdInBytes); in executeCommand() 132 return executeCommandPreS(command, allowEmptyOutput, stdInBytes); in executeCommand() 141 writeStdInAndClose(fdIn, stdInBytes); in executeCommand() 164 static byte[] executeCommandForBytes(String command, byte[] stdInBytes) throws AdbException { in executeCommandForBytes() argument 165 logCommand(command, /* allowEmptyOutput= */ false, stdInBytes); in executeCommandForBytes() 168 return executeCommandForBytesPreS(command, stdInBytes); in executeCommandForBytes() 179 writeStdInAndClose(fdIn, stdInBytes); in executeCommandForBytes() [all …]
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | MetricsRecorder.java | 174 @NonNull String cmd, @NonNull byte[] stdInBytes) in runShellCommandWithStdIn() argument 186 fos.write(stdInBytes); in runShellCommandWithStdIn()
|