Home
last modified time | relevance | path

Searched defs:resultDir (Results 1 – 8 of 8) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/util/
DReportLogUtil.java55 File resultDir = new File(buildInfo.getBuildAttributes().get( in prepareReportLogContainers() local
73 File resultDir = new File(buildInfo.getBuildAttributes().get( in collectReportLogs() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DReportLogCollector.java73 File resultDir = buildHelper.getResultDir(); in prepareReportLogContainers() local
92 File resultDir = buildHelper.getResultDir(); in tearDown() local
134 private void reformatRepeatedStreams(File resultDir) throws IOException, FileNotFoundException { in reformatRepeatedStreams()
DDeviceInfoCollector.java98 File resultDir = buildHelper.getResultDir(); in getDeviceInfoFiles() local
DResultFilePuller.java80 File resultDir = buildHelper.getResultDir(); in tearDown() local
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java131 private File resultDir = null; field in ResultHandlerTest
181 checkResult(ResultHandler.getResults(resultsDir), resultDir); in testSerialization() local
189 File resultDir = FileUtil.createTempDir("12345", resultsDir); in testParsing() local
225 checkResult(ResultHandler.getResults(resultsDir), resultDir); in testParsing() local
233 private void checkResult(List<IInvocationResult> results, File resultDir) throws Exception { in checkResult()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestResultRepo.java68 private ITestSummary parseSummary(int id, File resultDir) { in parseSummary()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java189 File resultDir = new File(mBuildHelper.getResultsDir(), RESULT_DIR); in testCopyFormattingFiles() local
/cts/common/util/src/com/android/compatibility/common/util/
DResultHandler.java227 String suiteBuild, IInvocationResult result, File resultDir, in writeResults()