Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DExecutionResult.java34 private String flattenedAllWithNewlines; field in ExecutionResult
109 if (flattenedAllWithNewlines == null) { in getFlattenedAllWithNewlines()
110 flattenedAllWithNewlines = getFlattenedOutputWithNewlines() + getFlattenedErrorWithNewlines(); in getFlattenedAllWithNewlines()
112 return flattenedAllWithNewlines; in getFlattenedAllWithNewlines()