Searched refs:sourceFolderPathList (Results 1 – 2 of 2) sorted by relevance
290 List<IPath> sourceFolderPathList = BaseProjectHelper.getSourceClasspaths(javaProject); in build() local296 setupSourceProcessors(javaProject, projectState, sourceFolderPathList, in build()335 dv = new PreCompilerDeltaVisitor(this, sourceFolderPathList, in build()685 project, projectTarget, sourceFolderPathList, in build()823 @NonNull List<IPath> sourceFolderPathList, in setupSourceProcessors() argument831 List<File> sourceFolders = Lists.newArrayListWithCapacity(sourceFolderPathList.size()); in setupSourceProcessors()834 for (IPath path : sourceFolderPathList) { in setupSourceProcessors()
368 List<IPath> sourceFolderPathList = BaseProjectHelper.getSourceClasspaths(mJavaProject); in buildSourceFileList() local370 for (IPath sourceFolderPath : sourceFolderPathList) { in buildSourceFileList()