Searched refs:oldSuppressedExceptions (Results 1 – 1 of 1) sorted by relevance
234 final IOException[] oldSuppressedExceptions = dexElementsSuppressedExceptions; in addDexPath() local235 final int suppressedExceptionsLength = oldSuppressedExceptions.length + in addDexPath()238 System.arraycopy(oldSuppressedExceptions, 0, dexElementsSuppressedExceptions, in addDexPath()239 0, oldSuppressedExceptions.length); in addDexPath()241 oldSuppressedExceptions.length, newSuppressedExceptions.length); in addDexPath()