Searched refs:projectFile (Results 1 – 2 of 2) sorted by relevance
463 File projectFile = mProject.getLocation().toFile(); in needs() local472 File library = new File(projectFile, state.getRelativePath()); in needs()531 File projectFile = mProject.getLocation().toFile(); in updateLibrary() local543 File library1 = new File(projectFile, oldRelativePath); in updateLibrary()544 File library2 = new File(projectFile, state.getRelativePath()); in updateLibrary()
162 File projectFile = new File(mLocation, ".project"); //$NON-NLS-1$ in findEclipseProjectName() local163 if (projectFile.exists()) { in findEclipseProjectName()166 xml = Files.toString(projectFile, Charsets.UTF_8); in findEclipseProjectName()