Home
last modified time | relevance | path

Searched refs:targetWsFolderPath (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java627 String targetWsFolderPath = null; in initializeFromSelection() local
674 targetWsFolderPath = wsFolderPath != null ? wsFolderPath.toString() : null; in initializeFromSelection()
683 targetWsFolderPath = pair.getSecond(); in initializeFromSelection()
703 targetWsFolderPath = path != null ? path.toString() : null; in initializeFromSelection()
724 mValues.folderPath = targetWsFolderPath; in initializeFromSelection()
730 if (targetWsFolderPath != null) { in initializeFromSelection()
731 int pos = targetWsFolderPath.lastIndexOf(WS_SEP_CHAR); in initializeFromSelection()
733 targetWsFolderPath = targetWsFolderPath.substring(pos + 1); in initializeFromSelection()
735 String[] folderSegments = targetWsFolderPath.split(RES_QUALIFIER_SEP); in initializeFromSelection()