Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRunUtilFuncTest.java218 t.getName().contains(RunUtil.INHERITIO_PREFIX)); in testRunTimedCmd_timeout()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java59 public static final String INHERITIO_PREFIX = "inheritio-"; field in RunUtil
528 String.format(INHERITIO_PREFIX + "stdout-%s", command)); in runCmdInBackground()
532 String.format(INHERITIO_PREFIX + "stderr-%s", command)); in runCmdInBackground()