HomeSort by relevance Sort by last modified time
    Searched defs:MultiDexExtractor (Results 1 - 2 of 2) sorted by null

  /frameworks/multidex/library/src/androidx/multidex/
MultiDexExtractor.java 43 * {@link MultiDexExtractor} is taking the file lock in the dex dir on creation and release it
46 final class MultiDexExtractor implements Closeable {
94 MultiDexExtractor(File sourceApk, File dexDir) throws IOException {
95 Log.i(TAG, "MultiDexExtractor(" + sourceApk.getPath() + ", " + dexDir.getPath() + ")");
128 Log.i(TAG, "MultiDexExtractor.load(" + sourceApk.getPath() + ", " + forceReload + ", " +
132 throw new IllegalStateException("MultiDexExtractor was closed");
  /prebuilts/sdk/current/multidex/library/
android-support-multidex.jar 

Completed in 64 milliseconds