Home
last modified time | relevance | path

Searched defs:stderrFile (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandLauncher.java153 File stderrFile = new File(logDir, "stderr.txt"); in run() local
217 final IRunUtil runUtil, final File stdoutFile, final File stderrFile) { in runSetupScripts()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java329 File stderrFile = null; in runSinglePythonFile() local
334 FileUtil.writeToFile(result.getStderr(), stderrFile); in runSinglePythonFile() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java339 File stderrFile = null; in run() local