Home
last modified time | relevance | path

Searched refs:libsFolder (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DLibraryClasspathContainerInitializer.java462 IFolder libsFolder = project.getFolder(SdkConstants.FD_NATIVE_LIBS); in getJarListFromLibsFolder() local
463 if (libsFolder.exists()) { in getJarListFromLibsFolder()
465 IResource[] members = libsFolder.members(); in getJarListFromLibsFolder()