Home
last modified time | relevance | path

Searched defs:resultFile (Results 1 – 4 of 4) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java518 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local
533 private void saveLog(File resultFile, File zippedResults) throws IOException { in saveLog()
544 logReportFiles(getConfiguration(), resultFile, resultFile.getName(), LogDataType.XML); in saveLog() local
586 private void uploadResult(File resultFile) { in uploadResult()
643 IConfiguration configuration, File resultFile, String dataName, LogDataType type) { in logReportFiles()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java614 File resultFile = generateResultXmlFile(); in finalizeResults() local
783 private void saveLog(File resultFile, File zippedResults) throws IOException { in saveLog()
942 private void uploadResult(File resultFile) { in uploadResult()
991 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local
1139 IConfiguration configuration, File resultFile, String dataName, LogDataType type) { in logReportFiles()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DResultHandler.java166 File resultFile = null; in getResultFromDir() local
393 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults() local
672 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultDirectories() local
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java429 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in writeResultDir() local