Searched refs:oldSuppressedExceptions (Results 1 – 1 of 1) sorted by relevance
202 final IOException[] oldSuppressedExceptions = dexElementsSuppressedExceptions; in addDexPath() local203 final int suppressedExceptionsLength = oldSuppressedExceptions.length + in addDexPath()206 System.arraycopy(oldSuppressedExceptions, 0, dexElementsSuppressedExceptions, in addDexPath()207 0, oldSuppressedExceptions.length); in addDexPath()209 oldSuppressedExceptions.length, newSuppressedExceptions.length); in addDexPath()