Searched refs:mPipeAsInput (Results 1 – 1 of 1) sorted by relevance
300 private File mPipeAsInput; // Used in pushFile, uses local file as input to "content write" field in NativeDevice.AdbShellAction305 mPipeAsInput = pipeAsInput; in AdbShellAction()312 if (mPipeAsInput != null) { in run()313 mResult = getRunUtil().runTimedCmdWithInputRedirect(mTimeout, mPipeAsInput, mCmd); in run()