Searched refs:stdIn (Results 1 – 2 of 2) sorted by relevance
144 public Builder writeToStdIn(byte[] stdIn) { in writeToStdIn() argument145 mStdInBytes = stdIn; in writeToStdIn()
258 String command, boolean allowEmptyOutput, byte[] stdIn) throws AdbException { in executeCommandPreS() argument264 writeStdInAndClose(fdIn, stdIn); in executeCommandPreS()