Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java258 return "The list of classes given in " + Arguments.MAIN_DEX_LIST_OPTION + in getTooManyIdsErrorMessage()
494 throw new DexException("Too many classes in " + Arguments.MAIN_DEX_LIST_OPTION in processAllFiles()
1189 private static final String MAIN_DEX_LIST_OPTION = "--main-dex-list"; field in Main.Arguments
1490 } else if (parser.isArg(MAIN_DEX_LIST_OPTION + "=")) { in parse()
1534 System.err.println(MAIN_DEX_LIST_OPTION + " is only supported in combination with " in parse()
1541 + MULTI_DEX_OPTION + " and " + MAIN_DEX_LIST_OPTION); in parse()