Searched refs:lastDot (Results 1 – 3 of 3) sorted by relevance
210 int lastDot = typeName.lastIndexOf('.'); in ambiguousToBinaryName() local211 if (lastDot < 0) in ambiguousToBinaryName()224 int nextDot = lastDot; in ambiguousToBinaryName()238 } else if (nextDot == lastDot) { in ambiguousToBinaryName()
405 final int lastDot = name.lastIndexOf('.');406 if (lastDot >= 0) {407 final String extension = name.substring(lastDot + 1);
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...