Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DResultReporter.java42 public void reportResult(File reportFile, @Nullable String referenceUrl) throws IOException { in reportResult()
DCtsXmlResultReporter.java360 File reportFile = getResultFile(mReportDir); in invocationEnded() local
395 private void createXmlResult(File reportFile, String startTimestamp, long elapsedTime) { in createXmlResult()
454 OutputStream createOutputResultStream(File reportFile) throws IOException { in createOutputResultStream()
/cts/common/util/src/com/android/compatibility/common/util/
DResultUploader.java47 public int uploadResult(File reportFile, String referenceUrl) throws IOException { in uploadResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DReportExporter.java69 File reportFile = new File(reportPath, baseName + ".zip"); in doInBackground() local