Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java837 IPath fullPath = resource.getLocation(); in setupSourceProcessors() local
838 if (fullPath != null) { in setupSourceProcessors()
839 sourceFolders.add(fullPath.toFile()); in setupSourceProcessors()