Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java326 testLogFile(listener, String.format(PYTHON_LOG_STDERR_FORMAT, runName), stderrFile); in runSinglePythonFile()
336 testLogFile( in runSinglePythonFile()
414 private static void testLogFile(ITestInvocationListener listener, String dataName, File f) { in testLogFile() method in PythonBinaryHostTest
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java616 File testLogFile = FileUtil.createTempFile("dataname", ".txt"); in testParse_avoidDoubleLog() local
618 LogFile logFile = new LogFile(testLogFile.getAbsolutePath(), "", LogDataType.TEXT); in testParse_avoidDoubleLog()
641 FileUtil.deleteFile(testLogFile); in testParse_avoidDoubleLog()