Searched refs:DEX_PREFIX (Results 1 – 1 of 1) sorted by relevance
94 private static final String DEX_PREFIX = "classes"; field in Main381 return DEX_PREFIX + (i + 1) + DEX_EXTENSION; in getDexFileName()