Searched defs:resultFile (Results 1 – 5 of 5) sorted by relevance
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | TestResultRepo.java | 54 File resultFile = new File(resultList.get(i), in TestResultRepo() local 109 File resultFile = new File(mResultDirs.get(sessionId), in getResult() local
|
D | CtsXmlResultReporter.java | 469 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporter.java | 451 File resultFile = ResultHandler.writeResults(mBuildHelper.getSuiteName(), in finalizeResults() local 535 private void saveLog(File resultFile, File zippedResults) throws IOException { in saveLog() 592 private void uploadResult(File resultFile) throws IOException { in uploadResult() 613 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local 637 File resultFile = new File(folder, moduleName+".dynamic"); in copyDynamicConfigFiles() local 639 FileUtil.copyFile(configFiles.get(moduleName), resultFile); in copyDynamicConfigFiles() local
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | ResultHandler.java | 112 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResults() local 234 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults() local
|
/cts/common/util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 191 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in testParsing() local
|