Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java497 File resultFile = ResultHandler.writeResults(mBuildHelper.getSuiteName(), in finalizeResults() local
599 private void saveLog(File resultFile, File zippedResults) throws IOException { in saveLog()
659 private void uploadResult(File resultFile) { in uploadResult()
708 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local
732 File resultFile = new File(folder, moduleName+".dynamic"); in copyDynamicConfigFiles() local
734 FileUtil.copyFile(configFiles.get(moduleName), resultFile); in copyDynamicConfigFiles() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DReportExporter.java143 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local
/cts/common/util/src/com/android/compatibility/common/util/
DResultHandler.java156 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultFromDir() local
299 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults() local
548 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultDirectories() local
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java223 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in writeResultDir() local