Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java119 static byte[] executeCommandForBytes(String command) throws AdbException { in executeCommandForBytes() method in ShellCommandUtils
123 static byte[] executeCommandForBytes(String command, byte[] stdInBytes) throws AdbException { in executeCommandForBytes() method in ShellCommandUtils