Home
last modified time | relevance | path

Searched refs:libraryDexBuffers (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java180 private static final List<byte[]> libraryDexBuffers = new ArrayList<byte[]>(); field in Main
231 libraryDexBuffers.clear(); in run()
338 if (!libraryDexBuffers.isEmpty()) { in runMultiDex()
446 for (byte[] libraryDex : libraryDexBuffers) { in mergeLibraryDexBuffers()
675 synchronized (libraryDexBuffers) { in processFileBytes()
676 libraryDexBuffers.add(bytes); in processFileBytes()