OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libFolder
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java
129
File
libFolder
= new File(install.getURL().getFile()).getParentFile();
130
if (
libFolder
!= null) {
131
String toolsFolder =
libFolder
.getParent();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java
465
IResource
libFolder
= mProject.findMember(SdkConstants.FD_NATIVE_LIBS);
466
if (
libFolder
!= null &&
libFolder
.exists() &&
467
libFolder
.getType() == IResource.FOLDER) {
469
apkBuilder.addNativeLibraries(
libFolder
.getLocation().toFile());
492
libFolder
= lib.findMember(SdkConstants.FD_NATIVE_LIBS);
493
if (
libFolder
!= null &&
libFolder
.exists() &&
494
libFolder
.getType() == IResource.FOLDER) {
495
apkBuilder.addNativeLibraries(
libFolder
.getLocation().toFile())
[
all
...]
Completed in 91 milliseconds