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 137 String wsFolderPath = mWsFolderPathTextField.getText();
142 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\./+|/+\\./+|//+|\\\\+|^/+", "/"); //$NON-NLS-1$ //$NON-NLS-2$
143 wsFolderPath = wsFolderPath.replaceAll("^\\.\\./+|^\\./+", ""); //$NON-NLS-1$ //$NON-NLS-2$
144 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\.$|/+\\.$|/+$", ""); //$NON-NLS-1$ //$NON-NLS-2$
147 if (wsFolderPath.startsWith(RES_FOLDER_REL)) {
148 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length())
    [all...]
NewXmlFileCreationPage.java 647 IPath wsFolderPath = null;
651 wsFolderPath = res.getProjectRelativePath();
656 wsFolderPath = res.getParent().getProjectRelativePath();
660 if (wsFolderPath != null &&
661 wsFolderPath.segmentCount() > 1 &&
662 SdkConstants.FD_RESOURCES.equals(wsFolderPath.segment(0))) {
665 wsFolderPath = null;
674 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 558 String wsFolderPath = mResFileCombo.getText();
563 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\./+|/+\\./+|//+|\\\\+|^/+", "/"); //$NON-NLS-1$ //$NON-NLS-2$
564 wsFolderPath = wsFolderPath.replaceAll("^\\.\\./+|^\\./+", ""); //$NON-NLS-1$ //$NON-NLS-2$
565 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\.$|/+\\.$|/+$", ""); //$NON-NLS-1$ //$NON-NLS-2$
568 if (wsFolderPath.startsWith(RES_FOLDER_REL)) {
569 wsFolderPath = RES_FOLDER_ABS + wsFolderPath.substring(RES_FOLDER_REL.length())
    [all...]

Completed in 224 milliseconds