OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:androidSrc
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/
AdtSourceLookupDirector.java
83
String
androidSrc
= sourceAttachmentPath.toString();
84
if (
androidSrc
!= null &&
androidSrc
.trim().length() > 0) {
85
File srcFile = new File(
androidSrc
);
88
adtContainer = new ExternalArchiveSourceContainer(
androidSrc
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java
402
IPath
androidSrc
= null;
410
androidSrc
= new Path(androidSrcOsPath);
412
if (
androidSrc
== null) {
413
androidSrc
= new Path(paths[CACHE_INDEX_SRC]);
416
androidSrc
= null;
420
if (
androidSrc
== null && target != null) {
437
androidSrc
= new Path(androidSrcOsPath);
471
androidSrc
, // source attachment path
510
if (
androidSrc
!= null && target != null) {
512
androidSrc
.toOSString())
[
all
...]
Completed in 40 milliseconds