Searched refs:segmentCount (Results 1 – 15 of 15) sorted by relevance
241 if (path.segmentCount() > 2) { in getForFile()242 String parentName = path.segment(path.segmentCount() - 2); in getForFile()
335 final int count = Math.min(path1.segmentCount(), path2.segmentCount()); in findCommonRoot()399 if (path.segmentCount() == 1) { in getJavaProject()
154 rootInWorkspace = rootInWorkspace && relativePath.segmentCount() > 0; in createBuildFiles()
376 mIsGenSourceFolder = path.segmentCount() == 2 && in visit()383 if (count == path.segmentCount()) { in visit()
117 int segmentCount = pathSegments.length; in findMatchingSourceFolder() local119 for (int i = 0 ; i < segmentCount; i++) { in findMatchingSourceFolder()
169 if (path.segmentCount() == 2 && in build()
247 if (path.segmentCount() == 3) { in updateFolder()339 if (path.segmentCount() == 4 || path.segmentCount() == 5) { in updateFile()
86 if (path == null || path.segmentCount() == 1) { in setSelection()
254 String name = path.segment(path.segmentCount()-1); in findClasspathEntryByName()
461 if (path.segmentCount() == 2) { in visit()476 if (path.segmentCount() == 4) { in visit()
440 if ((path.segmentCount() == 4 && in checkInitialConditions()442 (path.segmentCount() == 2 && in checkInitialConditions()1500 if (path.segmentCount() == 4 && path.segment(1).equals(SdkConstants.FD_RESOURCES)) {
205 int segments = path.segmentCount(); in initialize()
661 wsFolderPath.segmentCount() > 1 && in initializeFromSelection()
1270 file.getProjectRelativePath().segmentCount() == 2 &&
1626 if (file.getFullPath().segmentCount() == 4) {