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
57 if (flattenedOutputWithNewlines == null) { in getFlattenedOutputWithNewlines()
62 flattenedOutputWithNewlines = builder.toString(); in getFlattenedOutputWithNewlines()
64 return flattenedOutputWithNewlines; in getFlattenedOutputWithNewlines()