HomeSort by relevance Sort by last modified time
    Searched defs:sourceFolderPath (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 154 IPath sourceFolderPath = getSourceFolderFor(sourceFile);
155 if (sourceFolderPath != null) {
157 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath);
376 IPath sourceFolderPath = getSourceFolderFor(sourceFile);
380 if (sourceFolderPath != null) {
382 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath);
RenderScriptProcessor.java 126 for (IPath sourceFolderPath : sourceFolders) {
127 IFolder sourceFolder = root.getFolder(sourceFolderPath);
216 IPath sourceFolderPath = getSourceFolderFor(sourceFile);
217 if (sourceFolderPath != null) {
219 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath);
454 IPath sourceFolderPath = getSourceFolderFor(sourceFile);
458 if (sourceFolderPath != null) {
460 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath);

Completed in 42 milliseconds