HomeSort by relevance Sort by last modified time
    Searched refs:stripLastExtension (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
AdtUtilsTest.java 40 assertEquals("", AdtUtils.stripLastExtension(""));
41 assertEquals("foobar", AdtUtils.stripLastExtension("foobar"));
42 assertEquals("foobar", AdtUtils.stripLastExtension("foobar.png"));
43 assertEquals("foobar.9", AdtUtils.stripLastExtension("foobar.9.png"));
44 assertEquals(".profile", AdtUtils.stripLastExtension(".profile"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 154 public static String stripLastExtension(String filename) {
    [all...]

Completed in 435 milliseconds