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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 134 String wsFolderPath = mWsFolderPathTextField.getText();
139 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\./+|/+\\./+|//+|\\\\+|^/+", "/"); //$NON-NLS-1$ //$NON-NLS-2$
140 wsFolderPath = wsFolderPath.replaceAll("^\\.\\./+|^\\./+", ""); //$NON-NLS-1$ //$NON-NLS-2$
141 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\.$|/+\\.$|/+$", ""); //$NON-NLS-1$ //$NON-NLS-2$
144 if (wsFolderPath.startsWith(RES_FOLDER_REL)) {
145 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length())
    [all...]
NewXmlFileCreationPage.java 648 IPath wsFolderPath = null;
652 wsFolderPath = res.getProjectRelativePath();
657 wsFolderPath = res.getParent().getProjectRelativePath();
661 if (wsFolderPath != null &&
662 wsFolderPath.segmentCount() > 1 &&
663 SdkConstants.FD_RESOURCES.equals(wsFolderPath.segment(0))) {
666 wsFolderPath = null;
675 targetWsFolderPath = wsFolderPath != null ? wsFolderPath.toString() : null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 553 String wsFolderPath = mResFileCombo.getText();
558 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\./+|/+\\./+|//+|\\\\+|^/+", "/"); //$NON-NLS-1$ //$NON-NLS-2$
559 wsFolderPath = wsFolderPath.replaceAll("^\\.\\./+|^\\./+", ""); //$NON-NLS-1$ //$NON-NLS-2$
560 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\.$|/+\\.$|/+$", ""); //$NON-NLS-1$ //$NON-NLS-2$
563 if (wsFolderPath.startsWith(RES_FOLDER_REL)) {
564 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length())
    [all...]

Completed in 54 milliseconds