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/ |
D | CertificationSuiteResultReporter.java | 518 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/ |
D | ResultReporter.java | 614 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/ |
D | ResultHandler.java | 166 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/ |
D | ResultHandlerTest.java | 429 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in writeResultDir() local
|