Searched refs:targetWsFolderPath (Results 1 – 1 of 1) sorted by relevance
627 String targetWsFolderPath = null; in initializeFromSelection() local674 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()