Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DExecutionResult.java30 private String flattenedOutputWithNewlines; field in ExecutionResult
56 if (flattenedOutputWithNewlines == null) { in getFlattenedOutputWithNewlines()
61 flattenedOutputWithNewlines = builder.toString(); in getFlattenedOutputWithNewlines()
63 return flattenedOutputWithNewlines; in getFlattenedOutputWithNewlines()