OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
);
215
IPath
sourceFolderPath
= getSourceFolderFor(sourceFile);
216
if (
sourceFolderPath
!= null) {
218
IPath relative = sourceFile.getFullPath().makeRelativeTo(
sourceFolderPath
);
462
IPath
sourceFolderPath
= getSourceFolderFor(sourceFile);
466
if (
sourceFolderPath
!= null) {
468
IPath relative = sourceFile.getFullPath().makeRelativeTo(
sourceFolderPath
);
Completed in 23 milliseconds