Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DProjectState.java463 File projectFile = mProject.getLocation().toFile(); in needs() local
472 File library = new File(projectFile, state.getRelativePath()); in needs()
531 File projectFile = mProject.getLocation().toFile(); in updateLibrary() local
543 File library1 = new File(projectFile, oldRelativePath); in updateLibrary()
544 File library2 = new File(projectFile, state.getRelativePath()); in updateLibrary()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DImportedProject.java162 File projectFile = new File(mLocation, ".project"); //$NON-NLS-1$ in findEclipseProjectName() local
163 if (projectFile.exists()) { in findEclipseProjectName()
166 xml = Files.toString(projectFile, Charsets.UTF_8); in findEclipseProjectName()