Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestResultRepo.java54 File resultFile = new File(resultList.get(i), in TestResultRepo() local
109 File resultFile = new File(mResultDirs.get(sessionId), in getResult() local
DCtsXmlResultReporter.java469 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java451 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/
DResultHandler.java112 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/
DResultHandlerTest.java191 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in testParsing() local