Home
last modified time | relevance | path

Searched refs:getResultDirectory (Results 1 – 5 of 5) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCompatibilityProtoResultReporter.java53 mResultDir = getResultDirectory(); in processFinalProto()
63 private File getResultDirectory() { in getResultDirectory() method in CompatibilityProtoResultReporter
DPreviousSessionFileCopier.java71 File resultDir = getResultDirectory(); in invocationEnded()
116 private File getResultDirectory() { in getResultDirectory() method in PreviousSessionFileCopier
DPreviousResultLoader.java113 ResultHandler.getResultDirectory(helperBuild.getResultsDir(), mRetrySessionId); in init()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DResultHandler.java536 File resultDir = getResultDirectory(resultsDir, sessionId); in findResult()
547 public static File getResultDirectory(File resultsDir, Integer sessionId) { in getResultDirectory() method in ResultHandler
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java576 copyRetryFiles(ResultHandler.getResultDirectory( in finalizeResults()