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