OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failureReport
(Results
1 - 2
of
2
) sorted by null
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java
508
File
failureReport
= ResultHandler.createFailureReport(resultFile);
509
if (
failureReport
.exists()) {
510
info("Test Result: %s",
failureReport
.getCanonicalPath());
/cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java
447
File
failureReport
= new File(inputXml.getParentFile(), FAILURE_REPORT_NAME);
450
OutputStream outputStream = new FileOutputStream(
failureReport
)) {
456
return
failureReport
;
Completed in 47 milliseconds