Searched refs:leafName (Results 1 – 2 of 2) sorted by relevance
461 String leafName = ""; //$NON-NLS-1$ in run() local466 leafName = m.group(2); in run()510 currPath = newPath + leafName; in run()511 if (leafName.length() > 0 && !filePaths.contains(currPath)) { in run()526 if (leafName.length() > 0) { in run()
166 String leafName = f.getFullPath().removeFileExtension().lastSegment(); in getLeafFileName() local167 return "*" + leafName; //$NON-NLS-1$ in getLeafFileName()