Searched refs:projectPath (Results 1 – 6 of 6) sorted by relevance
329 String projectPath = location.getPath(); in updateSdkTargetToMatchProject() local336 ProjectProperties p = ProjectProperties.load(projectPath, in updateSdkTargetToMatchProject()377 projectPath.startsWith(existingTarget.getLocation())) { in updateSdkTargetToMatchProject()
593 String projectPath = projectDir.getPath(); in validateSourceFolder() local597 projectPath)); in validateSourceFolder()601 projectPath)); in validateSourceFolder()
62 IPath projectPath = project.getFullPath(); in getJavaResCfs() local70 paths.add(path.makeRelativeTo(projectPath).toString() + "/**"); //$NON-NLS-1$ in getJavaResCfs()
312 IPath projectPath = new Path(FD_RESOURCES + WS_SEP + folderType.getName() + WS_SEP in createFileResource() local314 IFile file = project.getFile(projectPath); in createFileResource()338 String projectPath = FD_RESOURCES + WS_SEP + FD_RES_VALUES + WS_SEP in createResource() local341 IResource member = project.findMember(projectPath); in createResource()459 IFile file = project.getFile(new Path(projectPath)); in createResource()
167 String projectPath = null; in createSecurityManager() local170 projectPath = AdtUtils.getAbsolutePath(mProject).toFile().getPath(); in createSecurityManager()174 RenderSecurityManager securityManager = new RenderSecurityManager(sdkPath, projectPath); in createSecurityManager()
961 String projectPath = FD_RESOURCES + WS_SEP + reference + '.' + EXT_XML; in getFile() local962 IResource member = mProject.findMember(projectPath); in getFile()