Searched refs:newSuppressedExceptions (Results 1 – 1 of 1) sorted by relevance
199 final IOException[] newSuppressedExceptions = suppressedExceptionList.toArray( in addDexPath() local204 newSuppressedExceptions.length; in addDexPath()208 System.arraycopy(newSuppressedExceptions, 0, dexElementsSuppressedExceptions, in addDexPath()209 oldSuppressedExceptions.length, newSuppressedExceptions.length); in addDexPath()211 dexElementsSuppressedExceptions = newSuppressedExceptions; in addDexPath()