Searched refs:MAIN_DEX_LIST_OPTION (Results 1 – 1 of 1) sorted by relevance
545 throw new DexException("Too many classes in " + Arguments.MAIN_DEX_LIST_OPTION in processAllFiles()1256 private static final String MAIN_DEX_LIST_OPTION = "--main-dex-list"; field in Main.Arguments1572 } else if (parser.isArg(MAIN_DEX_LIST_OPTION + "=")) { in parseFlags()1644 context.err.println(MAIN_DEX_LIST_OPTION + " is only supported in combination with " in parse()1651 + MULTI_DEX_OPTION + " and " + MAIN_DEX_LIST_OPTION); in parse()