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 | 451 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local 466 private void saveLog(File resultFile, File zippedResults) throws IOException { in saveLog() 519 private void uploadResult(File resultFile) { in uploadResult() 558 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 | 574 File resultFile = generateResultXmlFile(); in finalizeResults() local 742 private void saveLog(File resultFile, File zippedResults) throws IOException { in saveLog() 893 private void uploadResult(File resultFile) { in uploadResult() 942 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local 1090 IConfiguration configuration, File resultFile, String dataName, LogDataType type) { in logReportFiles()
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | ResultHandler.java | 161 File resultFile = null; in getResultFromDir() local 329 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults() local 578 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 | 274 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in writeResultDir() local
|