Searched refs:outputResources (Results 1 – 1 of 1) sorted by relevance
177 private static TreeMap<String, byte[]> outputResources; field in Main310 outputResources.put(DexFormat.DEX_IN_JAR_NAME, outArray); in runMonoDex()353 outputResources.put(getDexFileName(i), in runMultiDex()471 outputResources = new TreeMap<String, byte[]>(); in processAllFiles()648 boolean keepResources = (outputResources != null); in processFileBytes()666 synchronized (outputResources) { in processFileBytes()667 outputResources.put(fixedName, bytes); in processFileBytes()680 synchronized (outputResources) { in processFileBytes()681 outputResources.put(fixedName, bytes); in processFileBytes()858 outputResources.entrySet()) { in createJar()[all …]