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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 56 static final String RES_FOLDER_REL = SdkConstants.FD_RESOURCES + AdtConstants.WS_SEP;
147 if (wsFolderPath.startsWith(RES_FOLDER_REL)) {
148 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 88 private static final String RES_FOLDER_REL =
568 if (wsFolderPath.startsWith(RES_FOLDER_REL)) {
569 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length());

Completed in 108 milliseconds