Home
last modified time | relevance | path

Searched refs:latestLink (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java405 Path latestLink = createLatestLinkDirectory(mResultDir.toPath()); in postFormattingStep() local
406 if (latestLink != null) { in postFormattingStep()
407 CLog.i("Latest results link: " + latestLink.toAbsolutePath()); in postFormattingStep()
410 latestLink = createLatestLinkDirectory(mLogDir.toPath()); in postFormattingStep()
411 if (latestLink != null) { in postFormattingStep()
412 CLog.i("Latest logs link: " + latestLink.toAbsolutePath()); in postFormattingStep()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java639 Path latestLink = createLatestLinkDirectory(mResultDir.toPath()); in finalizeResults() local
640 if (latestLink != null) { in finalizeResults()
641 info("Latest results link: " + latestLink.toAbsolutePath()); in finalizeResults()
644 latestLink = createLatestLinkDirectory(mLogDir.toPath()); in finalizeResults()
645 if (latestLink != null) { in finalizeResults()
646 info("Latest logs link: " + latestLink.toAbsolutePath()); in finalizeResults()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...