Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/util/
DExceptionWithContext.java83 String ctx = ((ExceptionWithContext) cause).context.toString(); in ExceptionWithContext() local
84 context = new StringBuffer(ctx.length() + 200); in ExceptionWithContext()
85 context.append(ctx); in ExceptionWithContext()