Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DRunUtil.java46 public static final String INHERITIO_PREFIX = "inheritio-"; field in RunUtil
306 String.format(INHERITIO_PREFIX + "stdout-%s", command)); in runCmdInBackground()
310 String.format(INHERITIO_PREFIX + "stderr-%s", command)); in runCmdInBackground()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilFuncTest.java209 t.getName().contains(RunUtil.INHERITIO_PREFIX)); in testRunTimedCmd_timeout()