Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DProcessStatusTracker.java232 ParcelFileDescriptor stdout = getUiAutomation().executeShellCommand(command); in executeShellCommand() local
235 new ParcelFileDescriptor.AutoCloseInputStream(stdout))); in executeShellCommand()