Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DAddSupportJarAction.java275 File libraryPath = new File(supportPath, FD_V7 + File.separator + FD_GRIDLAYOUT); in installGridLayoutLibrary() local
276 if (!libraryPath.isDirectory()) { in installGridLayoutLibrary()
283 assert path.equals(libraryPath) : path; in installGridLayoutLibrary()
287 IProject libraryProject = createLibraryProject(libraryPath, project, in installGridLayoutLibrary()
334 File libraryPath = new File(supportPath, FD_V7 + File.separator + FD_APPCOMPAT); in installAppCompatLibrary() local
335 if (!libraryPath.isDirectory()) { in installAppCompatLibrary()
342 assert path.equals(libraryPath) : path; in installAppCompatLibrary()
351 libraryProject = createLibraryProject(libraryPath, project, in installAppCompatLibrary()
446 final File libraryPath, in createLibraryProject() argument
471 IFileStore sourceDir = fileSystem.getStore(libraryPath.toURI()); in createLibraryProject()