Searched refs:outputResources (Results 1 – 1 of 1) sorted by relevance
179 private TreeMap<String, byte[]> outputResources; field in Main340 outputResources.put(DexFormat.DEX_IN_JAR_NAME, outArray); in runMonoDex()401 outputResources.put(getDexFileName(i), in runMultiDex()517 outputResources = new TreeMap<String, byte[]>(); in processAllFiles()699 boolean keepResources = (outputResources != null); in processFileBytes()717 synchronized (outputResources) { in processFileBytes()718 outputResources.put(fixedName, bytes); in processFileBytes()734 synchronized (outputResources) { in processFileBytes()735 outputResources.put(fixedName, bytes); in processFileBytes()909 outputResources.entrySet()) { in createJar()[all …]