Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DProjectSetupBuilder.java301 commonRoot = findCommonRoot(commonRoot, in determineCommonRoot()
325 private static IPath findCommonRoot(@NonNull IPath path1, @NonNull IPath path2) in findCommonRoot() method in ProjectSetupBuilder