Searched defs:dex (Results 1 – 2 of 2) sorted by relevance
269 DexFile dex = new DexFile(dexFiles, definingContext, null_elements); in initByteBufferDexPath() local349 DexFile dex = new DexFile(new ByteBuffer[] { buf }, /* classLoader */ null, in makeInMemoryDexElements() local389 DexFile dex = null; in makeDexElements() local
246 private static InMemoryDexClassLoader createLoaderWithLibPath(File dex, File applicationLibPath) in createLoaderWithLibPath()