Searched refs:libraryPath (Results 1 – 1 of 1) sorted by relevance
275 File libraryPath = new File(supportPath, FD_V7 + File.separator + FD_GRIDLAYOUT); in installGridLayoutLibrary() local276 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() local335 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() argument471 IFileStore sourceDir = fileSystem.getStore(libraryPath.toURI()); in createLibraryProject()