Searched refs:toPath (Results 1 – 2 of 2) sorted by relevance
609 String toPath = attributes.getValue(ATTR_TO); in execute()610 if (toPath == null || toPath.isEmpty()) { in execute()611 toPath = attributes.getValue(ATTR_FROM); in execute()612 toPath = AdtUtils.stripSuffix(toPath, DOT_FTL); in execute()614 IPath to = getTargetPath(toPath); in execute()622 String toPath = attributes.getValue(ATTR_TO); in execute()623 if (toPath == null || toPath.isEmpty()) { in execute()624 toPath = attributes.getValue(ATTR_FROM); in execute()625 toPath = AdtUtils.stripSuffix(toPath, DOT_FTL); in execute()628 IPath to = getTargetPath(toPath); in execute()[all …]
158 IPath oldPath = URIUtil.toPath(fileStoreEditorInput.getURI()); in doSaveAs()