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
122
IPath
sourceFolderPath
= getSourceFolderFor(sourceFile);
123
if (
sourceFolderPath
!= null) {
125
IPath relative = sourceFile.getFullPath().makeRelativeTo(
sourceFolderPath
);
314
IPath
sourceFolderPath
= getSourceFolderFor(sourceFile);
318
if (
sourceFolderPath
!= null) {
320
IPath relative = sourceFile.getFullPath().makeRelativeTo(
sourceFolderPath
);
RenderScriptProcessor.java
97
for (IPath
sourceFolderPath
: sourceFolders) {
98
IFolder sourceFolder = root.getFolder(
sourceFolderPath
);
185
IPath
sourceFolderPath
= getSourceFolderFor(sourceFile);
186
if (
sourceFolderPath
!= null) {
188
IPath relative = sourceFile.getFullPath().makeRelativeTo(
sourceFolderPath
);
412
IPath
sourceFolderPath
= getSourceFolderFor(sourceFile);
416
if (
sourceFolderPath
!= null) {
418
IPath relative = sourceFile.getFullPath().makeRelativeTo(
sourceFolderPath
);
Completed in 177 milliseconds