Searched defs:resultDir (Results 1 – 8 of 8) sorted by relevance
| /cts/tools/tradefed-host/src/com/android/cts/tradefed/util/ |
| D | ReportLogUtil.java | 55 File resultDir = new File(buildInfo.getBuildAttributes().get( in prepareReportLogContainers() local 73 File resultDir = new File(buildInfo.getBuildAttributes().get( in collectReportLogs() local
|
| /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
| D | ReportLogCollector.java | 73 File resultDir = buildHelper.getResultDir(); in prepareReportLogContainers() local 92 File resultDir = buildHelper.getResultDir(); in tearDown() local 134 private void reformatRepeatedStreams(File resultDir) throws IOException, FileNotFoundException { in reformatRepeatedStreams()
|
| D | DeviceInfoCollector.java | 98 File resultDir = buildHelper.getResultDir(); in getDeviceInfoFiles() local
|
| D | ResultFilePuller.java | 80 File resultDir = buildHelper.getResultDir(); in tearDown() local
|
| /cts/common/util/tests/src/com/android/compatibility/common/util/ |
| D | ResultHandlerTest.java | 131 private File resultDir = null; field in ResultHandlerTest 181 checkResult(ResultHandler.getResults(resultsDir), resultDir); in testSerialization() local 189 File resultDir = FileUtil.createTempDir("12345", resultsDir); in testParsing() local 225 checkResult(ResultHandler.getResults(resultsDir), resultDir); in testParsing() local 233 private void checkResult(List<IInvocationResult> results, File resultDir) throws Exception { in checkResult()
|
| /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
| D | TestResultRepo.java | 68 private ITestSummary parseSummary(int id, File resultDir) { in parseSummary()
|
| /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
| D | ResultReporterTest.java | 189 File resultDir = new File(mBuildHelper.getResultsDir(), RESULT_DIR); in testCopyFormattingFiles() local
|
| /cts/common/util/src/com/android/compatibility/common/util/ |
| D | ResultHandler.java | 227 String suiteBuild, IInvocationResult result, File resultDir, in writeResults()
|